daysoff_assistant / .chainlit /example_setup_config_toml.txt
camparchimedes's picture
Upload example_setup_config_toml.txt
e3a4fcc verified
raw
history blame
801 Bytes
[project]
name = "010125-daysoff-assistant-api"
description = "Intelligent Customer Support Companion"
enable_telemetry = false
user_env = ["HUGGINGFACEHUB_API_TOKEN"]
session_timeout = 14400 # 4 hours session
user_session_timeout = 5184000 # 60 days
[features]
unsafe_allow_html = true
latex = false
auto_tag_thread = true
edit_message = true
cookie_auth = true
[UI]
name = "SupportGenius"
description = "Elevating Customer Support through AI"
default_collapse_content = true
default_expand_messages = false
[UI.theme]
font_family = "Hack, monospace"
[UI.theme.dark]
background = "#0A0A0A"
paper = "#1C1C1C"
text = "#E0E0E0"
[UI.theme.dark.primary]
main = "#3498DB"
dark = "#2980B9"
light = "#5DADE2"
[UI.theme.colors]
success = "#2ECC71"
error = "#E74C3C"
warning = "#F39C12"
info = "#3498DB"