File size: 801 Bytes
e3a4fcc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[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"