Spaces:
Sleeping
Sleeping
| # Copy to .env for local dev. DO NOT COMMIT real keys. | |
| # LLM providers (comma-separated keys, at least one provider required) | |
| GEMINI_KEY= | |
| SAMBANOVA_KEY= | |
| GITHUB_KEY= | |
| # E2B (required for execution endpoints) | |
| E2B_API_KEY= | |
| # E2B_TEMPLATE= | |
| # CORS | |
| ALLOWED_ORIGINS=* | |
| # Logging | |
| LOG_LEVEL=INFO | |
| PORT=7860 | |