Initial commit

This commit is contained in:
Aodhan Collins
2025-10-11 21:21:36 +01:00
commit eccd456c59
29 changed files with 5375 additions and 0 deletions

8
.env.example Normal file
View File

@@ -0,0 +1,8 @@
# OpenAI API Key (optional - for GPT models)
# Get your API key from: https://platform.openai.com/api-keys
OPENAI_API_KEY=your_openai_api_key_here
# OpenRouter API Key (optional - for Claude, Llama, Gemini, Mistral, etc.)
# Get your API key from: https://openrouter.ai/keys
# OpenRouter gives you access to 100+ LLMs with a single API key
OPENROUTER_API_KEY=your_openrouter_api_key_here