Spaces:
Sleeping
Sleeping
| # Copy to .env for local runs. In production these are HF Space SECRETS — | |
| # never commit real values anywhere. | |
| GROQ_API_KEY= | |
| GEMINI_API_KEY= | |
| # Comma-separated exact origins allowed to call /chat (no wildcard) | |
| ALLOWED_ORIGINS=https://brej-29.github.io,http://localhost:5500,http://localhost:8321 | |