Spaces:
Sleeping
Sleeping
File size: 346 Bytes
7e2f74d | 1 2 3 4 5 6 7 8 9 10 | # Gemini API key (required for repository analysis, chat, and semantic search)
GEMINI_API_KEY=your_gemini_api_key_here
# Optional: comma-separated CORS origins (default: *)
# CORS_ORIGINS=http://localhost:5173,http://127.0.0.1:5173
# Frontend (local dev) — leave empty to use Vite proxy
# VITE_API_URL=
# VITE_API_PROXY=http://localhost:8000
|