Ludovicollin commited on
Commit
6396156
·
1 Parent(s): d1b83a8

Update .chainlit/config.toml

Browse files
Files changed (1) hide show
  1. .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 = true
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 = "Chatbot"
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