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

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 = false
13
 
14
  # Follow symlink for asset mount (see https://github.com/Chainlit/chainlit/issues/317)
15
  # follow_symlink = false
@@ -41,7 +41,7 @@ show_readme_as_default = true
41
  default_collapse_content = true
42
 
43
  # The default value for the expand messages settings.
44
- default_expand_messages = false
45
 
46
  # Hide the chain of thought details from the user in the UI.
47
  hide_cot = false
 
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
 
41
  default_collapse_content = true
42
 
43
  # The default value for the expand messages settings.
44
+ default_expand_messages = true
45
 
46
  # Hide the chain of thought details from the user in the UI.
47
  hide_cot = false