Spaces:
Sleeping
Sleeping
Update .chainlit/config.toml
Browse files- .chainlit/config.toml +3 -3
.chainlit/config.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[project]
|
| 2 |
# Name of the app and chatbot.
|
| 3 |
-
name = "Chatbot"
|
| 4 |
# Description of the app and chatbot. This is used for HTML tags.
|
| 5 |
# description = ""
|
| 6 |
|
|
@@ -14,7 +14,7 @@ public = true
|
|
| 14 |
#id = ""
|
| 15 |
|
| 16 |
# Whether to enable telemetry (default: true). No personal data is collected.
|
| 17 |
-
enable_telemetry =
|
| 18 |
|
| 19 |
# List of environment variables to be provided by each user to use the app.
|
| 20 |
user_env = []
|
|
@@ -26,4 +26,4 @@ hide_cot = false
|
|
| 26 |
# github = ""
|
| 27 |
|
| 28 |
# Limit the number of requests per user.
|
| 29 |
-
#request_limit = "10 per day"
|
|
|
|
| 1 |
[project]
|
| 2 |
# Name of the app and chatbot.
|
| 3 |
+
name = "Arxiv Chatbot"
|
| 4 |
# Description of the app and chatbot. This is used for HTML tags.
|
| 5 |
# description = ""
|
| 6 |
|
|
|
|
| 14 |
#id = ""
|
| 15 |
|
| 16 |
# Whether to enable telemetry (default: true). No personal data is collected.
|
| 17 |
+
enable_telemetry = false
|
| 18 |
|
| 19 |
# List of environment variables to be provided by each user to use the app.
|
| 20 |
user_env = []
|
|
|
|
| 26 |
# github = ""
|
| 27 |
|
| 28 |
# Limit the number of requests per user.
|
| 29 |
+
#request_limit = "10 per day"
|