camparchimedes commited on
Commit
756c17b
ยท
verified ยท
1 Parent(s): 20ce30b

Delete .chainlit

Browse files
Files changed (1) hide show
  1. .chainlit/config.toml.hold +0 -95
.chainlit/config.toml.hold DELETED
@@ -1,95 +0,0 @@
1
- [project]
2
- # If true (default), the app will be available to anonymous users.
3
- # If false, users will need to authenticate and be part of the project to use the app.
4
- public = true
5
-
6
- # The project ID (found on https://cloud.chainlit.io).
7
- # The project ID is required when public is set to false or when using the cloud database.
8
- #id = ""
9
-
10
- # Uncomment if you want to persist the chats.
11
- # local will create a database in your .chainlit directory (requires node.js installed).
12
- # cloud will use the Chainlit cloud database.
13
- # custom will load use your custom client.
14
- # database = "local"
15
-
16
- # Whether to enable telemetry (default: true). No personal data is collected.
17
- enable_telemetry = true
18
-
19
- # List of environment variables to be provided by each user to use the app.
20
- user_env = []
21
- allow_origins = ["*"]
22
-
23
- [features]
24
- #unsafe_allow_html = true
25
- #latex = true
26
- #auto_tag_thread = true
27
- #edit_message = true
28
- #cookie_auth = true
29
-
30
- show_readme = true # --enable image display
31
-
32
-
33
-
34
-
35
- # Duration (in seconds) during which the session is saved when the connection is lost
36
- session_timeout = 3600
37
-
38
- [UI]
39
- # Name of the app and chatbot.
40
- name = "๐™™๐™–๐™ฎ๐™จ๐™ค๐™›๐™›-๐™–๐™จ๐™จ๐™ž๐™จ๐™ฉ๐™–๐™ฃ๐™ฉ-RAQA-t1.py"
41
-
42
-
43
- image = "./public/daysoff_brag(2_2).jpg"
44
- #custom_css = "/public/styles.css"
45
-
46
- #custom_js = "/public/retro-terminal.js"
47
-
48
- #custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"
49
-
50
-
51
-
52
-
53
- # Specify a custom build directory for the frontend.
54
- # This can be used to customize the frontend code.
55
- # Be careful: If this is a relative path, it should not start with a slash.
56
- #custom_build = "./public/build"
57
-
58
-
59
-
60
-
61
- # --used for HTML tags.
62
- # description = ""
63
-
64
- default_expand_messages = true
65
-
66
- # Chain of Thought (CoT) display mode. Can be "hidden", "tool_call" or "full".
67
- cot = "tool_call" # hide_cot = false
68
-
69
-
70
- # Link to your github repo. This will add a github button in the UI's header.
71
- # github = ""
72
-
73
- # Override default MUI light theme. (Check theme.ts)
74
- [UI.theme.light]
75
- #background = "#FAFAFA"
76
- #paper = "#FFFFFF"
77
-
78
- [UI.theme.light.primary]
79
- #main = "#F80061"
80
- #dark = "#980039"
81
- #light = "#FFE7EB"
82
-
83
- # Override default MUI dark theme. (Check theme.ts)
84
- [UI.theme.dark]
85
- background = "#000000" # --dark for terminal theme
86
- paper = "#111111"
87
-
88
- [UI.theme.dark.primary] # --terminal green color
89
- main = "#33ff33"
90
- dark = "#1a661a"
91
- light = "#66ff66"
92
-
93
-
94
- [meta]
95
- generated_by = "0.6.2"