File size: 397 Bytes
58a88f7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# (set True to enable logging)
VERBOSE=False

# (required)
OPENAI_API_KEY=
# ANTHROPIC_API_KEY=

# (optional, required for production)
# CODEBOX_API_KEY=

# (optional, required for Azure OpenAI)
# OPENAI_API_TYPE=azure
# OPENAI_API_VERSION=2023-07-01-preview
# OPENAI_API_BASE=
# DEPLOYMENT_NAME=

# (optional, [codebox, postgres or redis])
# HISTORY_BACKEND=postgres
# REDIS_URL=
# POSTGRES_URL=