First commit

This commit is contained in:
kyy
2025-10-30 10:09:14 +09:00
commit 996bea3a3a
89 changed files with 2110 additions and 0 deletions

7
.env.example Normal file
View File

@@ -0,0 +1,7 @@
# Administrator's Master Key for API Management
ADMIN_API_KEY=your_admin_api_key
# API Keys for LLM Providers
GEMINI_API_KEY=your_gemini_api_key
ANTHROPIC_API_KEY=your_anthropic_api_key
OPENAI_API_KEY=your_openai_api_key