Spaces:
Sleeping
Sleeping
| # 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 | |