Spaces:
Running
Running
| # LLM endpoint (OpenAI-compatible chat completions). | |
| # Day 1: Anthropic's OpenAI-compat endpoint serving Haiku. | |
| # Later: swap all three to an Oumi deployment endpoint -- no code changes. | |
| LLM_BASE_URL=https://api.anthropic.com/v1/ | |
| LLM_MODEL=claude-haiku-4-5 | |
| LLM_API_KEY=sk-ant-... | |
| # LangFuse (project-scoped keys; use a dedicated project for contimp-app) | |
| LANGFUSE_PUBLIC_KEY=pk-lf-... | |
| LANGFUSE_SECRET_KEY=sk-lf-... | |
| LANGFUSE_BASE_URL=https://us.cloud.langfuse.com | |
| # Shared passcode for the web app (empty disables the gate; set in deployment) | |
| APP_PASSCODE= | |