CMP_AI_RAG / .env.example
AhmedEwis's picture
Upload 17 files
7ce3a9e verified
raw
history blame contribute delete
335 Bytes
# 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