Skip to content

Commit 469b99e

Browse files
committed
🗂️ update env exampe
1 parent 29d1a70 commit 469b99e

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.env.example

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1+
# (set True to enable logging)
2+
VERBOSE=False
3+
14
# (required)
25
OPENAI_API_KEY=
6+
# ANTHROPIC_API_KEY=
7+
38
# (optional, required for production)
49
# CODEBOX_API_KEY=
5-
# (set True to enable logging)
6-
VERBOSE=False
10+
711
# (optional, required for Azure OpenAI)
812
# OPENAI_API_TYPE=azure
913
# OPENAI_API_VERSION=2023-07-01-preview
1014
# OPENAI_API_BASE=
1115
# DEPLOYMENT_NAME=
1216

13-
STORAGE_TYPE="file" # "file" or "redis"
14-
15-
RD_HOST=
16-
RD_PORT=
17-
18-
SESSION_STORAGE_FOLDER="session_storage"
17+
# (optional, [codebox, postgres or redis])
18+
# HISTORY_BACKEND=postgres
19+
# REDIS_URL=
20+
# POSTGRES_URL=

0 commit comments

Comments
 (0)