Harden streaming, pagination, and config loading
This commit is contained in:
parent
02c9c76667
commit
6cda36312a
16 changed files with 1079 additions and 244 deletions
13
.env.example
13
.env.example
|
|
@ -12,5 +12,16 @@ ANTHROPIC_FORWARD_URL=https://api.anthropic.com
|
|||
ANTHROPIC_VERSION=2023-06-01
|
||||
ANTHROPIC_MAX_RETRIES=3
|
||||
|
||||
# OpenAI Configuration (for subagent routing)
|
||||
# OPENAI_API_KEY=your-openai-api-key
|
||||
# OPENAI_BASE_URL=https://api.openai.com
|
||||
# OPENAI_ALLOW_CLIENT_API_KEY=false
|
||||
# OPENAI_CLIENT_API_KEY_HEADER=x-openai-api-key
|
||||
|
||||
# Storage Configuration
|
||||
DATABASE_PATH=requests.db
|
||||
DB_PATH=requests.db
|
||||
|
||||
# CORS Configuration (comma-separated values)
|
||||
# CORS_ALLOWED_ORIGINS=*
|
||||
# CORS_ALLOWED_METHODS=GET,POST,PUT,DELETE,OPTIONS
|
||||
# CORS_ALLOWED_HEADERS=*
|
||||
Loading…
Add table
Add a link
Reference in a new issue