We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d1a70 commit 469b99eCopy full SHA for 469b99e
.env.example
@@ -1,18 +1,20 @@
1
+# (set True to enable logging)
2
+VERBOSE=False
3
+
4
# (required)
5
OPENAI_API_KEY=
6
+# ANTHROPIC_API_KEY=
7
8
# (optional, required for production)
9
# CODEBOX_API_KEY=
-# (set True to enable logging)
-VERBOSE=False
10
11
# (optional, required for Azure OpenAI)
12
# OPENAI_API_TYPE=azure
13
# OPENAI_API_VERSION=2023-07-01-preview
14
# OPENAI_API_BASE=
15
# DEPLOYMENT_NAME=
16
-STORAGE_TYPE="file" # "file" or "redis"
-
-RD_HOST=
-RD_PORT=
17
18
-SESSION_STORAGE_FOLDER="session_storage"
+# (optional, [codebox, postgres or redis])
+# HISTORY_BACKEND=postgres
19
+# REDIS_URL=
20
+# POSTGRES_URL=
0 commit comments