9 lines
354 B
Text
9 lines
354 B
Text
# Comma-separated list of allowed origins for CORS (leave empty to block all cross-origin requests)
|
|
# Example:
|
|
# CORS_ALLOWED_ORIGINS="https://yourdomain.com,https://another.com"
|
|
# For local development, you might use:
|
|
# CORS_ALLOWED_ORIGINS="http://localhost:3000"
|
|
|
|
LLM_API_KEY="your-openai-api-key"
|
|
LLM_MODEL="openai/gpt-4o-mini"
|
|
LLM_PROVIDER="openai"
|