File size: 1,236 Bytes
90483e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5289440
90483e5
 
 
 
 
 
5289440
 
90483e5
 
 
 
 
 
 
 
 
 
5289440
 
90483e5
 
 
 
 
 
 
 
 
 
 
 
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[project]
enable_telemetry = true

user_env = []

session_timeout = 3600

cache = false

allow_origins = ["*"]

[features]
unsafe_allow_html = false

latex = false

auto_tag_thread = true

[features.spontaneous_file_upload]
    enabled = true
    accept = ["*/*"]
    max_files = 20
    max_size_mb = 500

[features.audio]
    min_decibels = -45
    initial_silence_timeout = 3000
    silence_timeout = 1500
    max_duration = 15000
    chunk_duration = 1000
    sample_rate = 44100

[UI]
name = "Shield Chat"
custom_css = "/public/test.css"



default_collapse_content = true

hide_cot = false


[UI.theme]
    default = "dark"
    layout = "wide"
    font_family = "Inter, sans-serif"

[UI.theme.light]
    #background = "#FAFAFA"
    #paper = "#FFFFFF"

    [UI.theme.light.primary]
        main = "#F80061"
        dark = "#980039"
        light = "#FFE7EB"
    [UI.theme.light.text]
        primary = "#212121"
        secondary = "#616161"

[UI.theme.dark]
    #background = "#FAFAFA"
    #paper = "#FFFFFF"

    [UI.theme.dark.primary]
        main = "#F80061"
        dark = "#980039"
        light = "#FFE7EB"
    [UI.theme.dark.text]
        primary = "#EEEEEE"
        secondary = "#BDBDBD"


[meta]
generated_by = "1.1.304"