Spaces:
Runtime error
Runtime error
andreasmartin
commited on
Commit
•
640fa7c
1
Parent(s):
a8802e2
deepnote update
Browse files- .chainlit/config.toml +2 -2
.chainlit/config.toml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
[project]
|
2 |
# If true (default), the app will be available to anonymous users.
|
3 |
# If false, users will need to authenticate and be part of the project to use the app.
|
4 |
-
public =
|
5 |
|
6 |
# The project ID (found on https://cloud.chainlit.io).
|
7 |
# The project ID is required when public is set to false or when using the cloud database.
|
@@ -17,7 +17,7 @@ id = "ChEdBot-ZEfU7QTMoLeq"
|
|
17 |
enable_telemetry = false
|
18 |
|
19 |
# List of environment variables to be provided by each user to use the app.
|
20 |
-
user_env = []
|
21 |
|
22 |
[UI]
|
23 |
# Name of the app and chatbot.
|
|
|
1 |
[project]
|
2 |
# If true (default), the app will be available to anonymous users.
|
3 |
# If false, users will need to authenticate and be part of the project to use the app.
|
4 |
+
public = true
|
5 |
|
6 |
# The project ID (found on https://cloud.chainlit.io).
|
7 |
# The project ID is required when public is set to false or when using the cloud database.
|
|
|
17 |
enable_telemetry = false
|
18 |
|
19 |
# List of environment variables to be provided by each user to use the app.
|
20 |
+
user_env = ["OPENAI_API_KEY"]
|
21 |
|
22 |
[UI]
|
23 |
# Name of the app and chatbot.
|