Spaces:
Sleeping
Sleeping
| # API Keys (Copy this file to .env and add your keys) | |
| GEMINI_API_KEY=your_gemini_api_key_here | |
| ANTHROPIC_API_KEY=your_anthropic_api_key_here | |
| # Optional: For enhanced features | |
| OPENAI_API_KEY=your_openai_api_key_here | |
| # Development Settings | |
| DEBUG=false | |
| LOG_LEVEL=INFO | |
| # Cache Settings | |
| REDIS_URL=redis://localhost:6379 | |
| ENABLE_REDIS=false |