tlong-ds commited on
Commit
fdda1a2
·
verified ·
1 Parent(s): 7cb8bdb

Update .chainlit/config.toml

Browse files
Files changed (1) hide show
  1. .chainlit/config.toml +6 -11
.chainlit/config.toml CHANGED
@@ -10,8 +10,7 @@ user_env = []
10
  session_timeout = 3600
11
 
12
  # Duration (in seconds) of the user session expiry
13
- user_session_timeout = 1296000 # 15 days
14
-
15
  # Enable third parties caching (e.g LangChain cache)
16
  cache = false
17
 
@@ -53,13 +52,9 @@ edit_message = true
53
 
54
  [UI]
55
  # Name of the assistant.
56
- name = "Semantic Analysis"
57
-
58
- # Avatar cho bot (có thể là URL hoặc đường dẫn local)
59
- # default_user_avatar = "/public/user-avatar.png"
60
- # default_assistant_avatar = "/public/agent-avatar.png"
61
 
62
- # default_theme = "dark"
63
 
64
  # layout = "wide"
65
 
@@ -67,13 +62,13 @@ name = "Semantic Analysis"
67
  # description = ""
68
 
69
  # Chain of Thought (CoT) display mode. Can be "hidden", "tool_call" or "full".
70
- cot = "hidden"
71
 
72
- custom_theme = "/interface/public/theme.json"
73
 
74
  # Specify a CSS file that can be used to customize the user interface.
75
  # The CSS file can be served from the public directory or via an external link.
76
- # custom_css = "/public/theme.css"
77
 
78
  # Specify a Javascript file that can be used to customize the user interface.
79
  # The Javascript file can be served from the public directory.
 
10
  session_timeout = 3600
11
 
12
  # Duration (in seconds) of the user session expiry
13
+ user_session_timeout = 86400 # 24 hours
 
14
  # Enable third parties caching (e.g LangChain cache)
15
  cache = false
16
 
 
52
 
53
  [UI]
54
  # Name of the assistant.
55
+ name = "Sentiment Analysis"
 
 
 
 
56
 
57
+ default_theme = "light"
58
 
59
  # layout = "wide"
60
 
 
62
  # description = ""
63
 
64
  # Chain of Thought (CoT) display mode. Can be "hidden", "tool_call" or "full".
65
+ cot = "full"
66
 
67
+ custom_theme = "/public/theme.json"
68
 
69
  # Specify a CSS file that can be used to customize the user interface.
70
  # The CSS file can be served from the public directory or via an external link.
71
+ # custom_css = "/public/custom.css"
72
 
73
  # Specify a Javascript file that can be used to customize the user interface.
74
  # The Javascript file can be served from the public directory.