Spaces:
Runtime error
Runtime error
Create .env
Browse files
.env
ADDED
@@ -0,0 +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=
|
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 |
+
|
17 |
+
# (optional, [codebox, postgres or redis])
|
18 |
+
# HISTORY_BACKEND=postgres
|
19 |
+
# REDIS_URL=
|
20 |
+
# POSTGRES_URL=
|