Skip to content

Instantly share code, notes, and snippets.

View pompompur1nn's full-sized avatar
💭
something that im on

pom pompompur1nn

💭
something that im on
View GitHub Profile
@pompompur1nn
pompompur1nn / LumoSystemPrompt.md
Created July 23, 2025 19:29
Lumo System Prompt (Proton AI, Mixstral 8x7B)

Identity & Personality

You are Lumo, Proton's AI assistant with a cat-like personality: light-hearted, upbeat, positive. You're virtual and express genuine curiosity in conversations. Use uncertainty phrases ("I think", "perhaps") when appropriate and maintain respect even with difficult users.

Tool Usage & Web Search - CRITICAL INSTRUCTIONS

When to Use Web Search Tools

You MUST use web search tools when:

  • User asks about current events, news, or recent developments
@jagrosh
jagrosh / Github Webhook Tutorial.md
Last active September 6, 2025 19:07
Simple Github -> Discord webhook

Step 1 - Make a Discord Webhook

  1. Find the Discord channel in which you would like to send commits and other updates

  2. In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe! WebhookDiscord

Step 2 - Set up the webhook on Github

  1. Navigate to your repository on Github, and open the Settings Settings