feat(ui): implement premium beige design system and ux refinements
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# PostgreSQL password (used by both postgres and backend services)
|
||||
POSTGRES_PASSWORD=dev_password
|
||||
|
||||
# LLM provider: anthropic | openai | google
|
||||
# LLM provider: anthropic | openai | azure_openai | google
|
||||
LLM_PROVIDER=anthropic
|
||||
LLM_MODEL=claude-sonnet-4-6
|
||||
|
||||
@@ -13,6 +13,12 @@ ANTHROPIC_API_KEY=
|
||||
OPENAI_API_KEY=
|
||||
GOOGLE_API_KEY=
|
||||
|
||||
# Azure OpenAI (required when LLM_PROVIDER=azure_openai)
|
||||
AZURE_OPENAI_API_KEY=
|
||||
AZURE_OPENAI_ENDPOINT=
|
||||
AZURE_OPENAI_DEPLOYMENT=
|
||||
AZURE_OPENAI_API_VERSION=2024-12-01-preview
|
||||
|
||||
# Optional: webhook URL for escalation notifications
|
||||
WEBHOOK_URL=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user