Arindam Ganguly commited on
Commit
f5d56cb
1 Parent(s): bc99d50
Files changed (1) hide show
  1. .chainlit/config.toml +2 -2
.chainlit/config.toml CHANGED
@@ -10,7 +10,7 @@ user_env = []
10
  session_timeout = 3600
11
 
12
  # Enable third parties caching (e.g LangChain cache)
13
- cache = false
14
 
15
  # Authorized origins
16
  allow_origins = ["*"]
@@ -57,7 +57,7 @@ default_expand_messages = false
57
  hide_cot = false
58
 
59
  # Link to your github repo. This will add a github button in the UI's header.
60
- # github = ""
61
 
62
  # Specify a CSS file that can be used to customize the user interface.
63
  # The CSS file can be served from the public directory or via an external link.
 
10
  session_timeout = 3600
11
 
12
  # Enable third parties caching (e.g LangChain cache)
13
+ cache = true
14
 
15
  # Authorized origins
16
  allow_origins = ["*"]
 
57
  hide_cot = false
58
 
59
  # Link to your github repo. This will add a github button in the UI's header.
60
+ # github = "https://huggingface.co/spaces/ari-ga/Nvidia-filing-qa"
61
 
62
  # Specify a CSS file that can be used to customize the user interface.
63
  # The CSS file can be served from the public directory or via an external link.