Spaces:
Running
Running
| # OpenAI-compatible vLLM endpoint (include /v1) | |
| VLLM_BASE_URL=http://127.0.0.1:8000/v1 | |
| # BrainForge/Security (4090 x1-3) — same key family as HANA_KLATCHAT_PASSWORD in other Neon apps | |
| VLLM_API_KEY=sk_klatchat2024 | |
| # Served model id as registered on the vLLM server | |
| CHAT_MODEL_ID=BrainForge/Security@2026.03.18 | |
| # CORS — include the Ask Jerry dev UI origin | |
| CORS_ORIGINS=http://localhost:3006,http://127.0.0.1:3006 | |