Spaces:
Running
Running
File size: 417 Bytes
3b28871 1ca4754 3b28871 | 1 2 3 4 5 6 7 8 9 10 11 | # 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
|