Spaces:
Sleeping
Sleeping
Commit
·
6396156
1
Parent(s):
d1b83a8
Update .chainlit/config.toml
Browse files- .chainlit/config.toml +2 -2
.chainlit/config.toml
CHANGED
@@ -9,7 +9,7 @@ user_env = []
|
|
9 |
session_timeout = 3600
|
10 |
|
11 |
# Enable third parties caching (e.g LangChain cache)
|
12 |
-
cache =
|
13 |
|
14 |
# Follow symlink for asset mount (see https://github.com/Chainlit/chainlit/issues/317)
|
15 |
# follow_symlink = false
|
@@ -29,7 +29,7 @@ multi_modal = true
|
|
29 |
|
30 |
[UI]
|
31 |
# Name of the app and chatbot.
|
32 |
-
name = "
|
33 |
|
34 |
# Show the readme while the conversation is empty.
|
35 |
show_readme_as_default = true
|
|
|
9 |
session_timeout = 3600
|
10 |
|
11 |
# Enable third parties caching (e.g LangChain cache)
|
12 |
+
cache = false
|
13 |
|
14 |
# Follow symlink for asset mount (see https://github.com/Chainlit/chainlit/issues/317)
|
15 |
# follow_symlink = false
|
|
|
29 |
|
30 |
[UI]
|
31 |
# Name of the app and chatbot.
|
32 |
+
name = "Dataprompt"
|
33 |
|
34 |
# Show the readme while the conversation is empty.
|
35 |
show_readme_as_default = true
|