Update .chainlit/config.toml
Browse files- .chainlit/config.toml +11 -11
.chainlit/config.toml
CHANGED
|
@@ -6,7 +6,7 @@ user_env = []
|
|
| 6 |
session_timeout = 3600
|
| 7 |
|
| 8 |
# Duration (in seconds) of the user session expiry
|
| 9 |
-
user_session_timeout =
|
| 10 |
|
| 11 |
# Enable third parties caching (e.g., LangChain cache)
|
| 12 |
cache = false
|
|
@@ -39,7 +39,7 @@ auto_tag_thread = true
|
|
| 39 |
edit_message = true
|
| 40 |
|
| 41 |
# Allow users to share threads (backend + UI). Requires an app-defined on_shared_thread_view callback.
|
| 42 |
-
allow_thread_sharing =
|
| 43 |
|
| 44 |
[features.slack]
|
| 45 |
# Add emoji reaction when message is received (requires reactions:write OAuth scope)
|
|
@@ -92,7 +92,7 @@ default_theme = "dark"
|
|
| 92 |
|
| 93 |
layout = "wide"
|
| 94 |
|
| 95 |
-
default_sidebar_state = "open"
|
| 96 |
|
| 97 |
# Description of the assistant. This is used for HTML tags.
|
| 98 |
# description = ""
|
|
@@ -118,23 +118,23 @@ alert_style = "modern"
|
|
| 118 |
# custom_js_attributes = "async type = \"module\""
|
| 119 |
|
| 120 |
# Custom login page image, relative to public directory or external URL
|
| 121 |
-
|
| 122 |
|
| 123 |
# Custom login page image filter (Tailwind internal filters, no dark/light variants)
|
| 124 |
-
#
|
| 125 |
-
|
| 126 |
|
| 127 |
# Specify a custom meta URL (used for meta tags like og:url)
|
| 128 |
-
|
| 129 |
|
| 130 |
# Specify a custom meta image url.
|
| 131 |
-
|
| 132 |
|
| 133 |
# Load assistant logo directly from URL.
|
| 134 |
-
logo_file_url = ""
|
| 135 |
|
| 136 |
# Load assistant avatar image directly from URL.
|
| 137 |
-
default_avatar_file_url = ""
|
| 138 |
|
| 139 |
# Specify a custom build directory for the frontend.
|
| 140 |
# This can be used to customize the frontend code.
|
|
@@ -142,7 +142,7 @@ default_avatar_file_url = ""
|
|
| 142 |
# custom_build = "./public/build"
|
| 143 |
|
| 144 |
# Specify optional one or more custom links in the header.
|
| 145 |
-
#
|
| 146 |
# name = "Issues"
|
| 147 |
# display_name = "Report Issue"
|
| 148 |
# icon_url = "https://avatars.githubusercontent.com/u/128686189?s=200&v=4"
|
|
|
|
| 6 |
session_timeout = 3600
|
| 7 |
|
| 8 |
# Duration (in seconds) of the user session expiry
|
| 9 |
+
user_session_timeout = 1296000 # 15 days
|
| 10 |
|
| 11 |
# Enable third parties caching (e.g., LangChain cache)
|
| 12 |
cache = false
|
|
|
|
| 39 |
edit_message = true
|
| 40 |
|
| 41 |
# Allow users to share threads (backend + UI). Requires an app-defined on_shared_thread_view callback.
|
| 42 |
+
allow_thread_sharing = true
|
| 43 |
|
| 44 |
[features.slack]
|
| 45 |
# Add emoji reaction when message is received (requires reactions:write OAuth scope)
|
|
|
|
| 92 |
|
| 93 |
layout = "wide"
|
| 94 |
|
| 95 |
+
#default_sidebar_state = "open"
|
| 96 |
|
| 97 |
# Description of the assistant. This is used for HTML tags.
|
| 98 |
# description = ""
|
|
|
|
| 118 |
# custom_js_attributes = "async type = \"module\""
|
| 119 |
|
| 120 |
# Custom login page image, relative to public directory or external URL
|
| 121 |
+
login_page_image = "/public/Login-AVID.png"
|
| 122 |
|
| 123 |
# Custom login page image filter (Tailwind internal filters, no dark/light variants)
|
| 124 |
+
#login_page_image_filter = "brightness-50 grayscale"
|
| 125 |
+
login_page_image_dark_filter = "contrast-100"
|
| 126 |
|
| 127 |
# Specify a custom meta URL (used for meta tags like og:url)
|
| 128 |
+
custom_meta_url = "/public/favicon.png"
|
| 129 |
|
| 130 |
# Specify a custom meta image url.
|
| 131 |
+
custom_meta_image_url = "/public/favicon.png"
|
| 132 |
|
| 133 |
# Load assistant logo directly from URL.
|
| 134 |
+
#logo_file_url = "/public/sparkles-gustaveia.png"
|
| 135 |
|
| 136 |
# Load assistant avatar image directly from URL.
|
| 137 |
+
default_avatar_file_url = "/public/avatar.png"
|
| 138 |
|
| 139 |
# Specify a custom build directory for the frontend.
|
| 140 |
# This can be used to customize the frontend code.
|
|
|
|
| 142 |
# custom_build = "./public/build"
|
| 143 |
|
| 144 |
# Specify optional one or more custom links in the header.
|
| 145 |
+
#[[UI.header_links]]
|
| 146 |
# name = "Issues"
|
| 147 |
# display_name = "Report Issue"
|
| 148 |
# icon_url = "https://avatars.githubusercontent.com/u/128686189?s=200&v=4"
|