nikesh66 commited on
Commit
4d1afc2
·
1 Parent(s): 767c95c

Delete .chainlit

Browse files
Files changed (1) hide show
  1. .chainlit/config.toml +0 -62
.chainlit/config.toml DELETED
@@ -1,62 +0,0 @@
1
- [project]
2
- # Whether to enable telemetry (default: true). No personal data is collected.
3
- enable_telemetry = true
4
-
5
- # List of environment variables to be provided by each user to use the app.
6
- user_env = []
7
-
8
- # Duration (in seconds) during which the session is saved when the connection is lost
9
- session_timeout = 3600
10
-
11
- # Enable third parties caching (e.g LangChain cache)
12
- cache = false
13
-
14
- # Follow symlink for asset mount (see https://github.com/Chainlit/chainlit/issues/317)
15
- # follow_symlink = false
16
-
17
- [features]
18
- # Show the prompt playground
19
- prompt_playground = true
20
-
21
- [UI]
22
- # Name of the app and chatbot.
23
- name = "Chatbot"
24
-
25
- # Description of the app and chatbot. This is used for HTML tags.
26
- # description = ""
27
-
28
- # Large size content are by default collapsed for a cleaner ui
29
- default_collapse_content = true
30
-
31
- # The default value for the expand messages settings.
32
- default_expand_messages = false
33
-
34
- # Hide the chain of thought details from the user in the UI.
35
- hide_cot = false
36
-
37
- # Link to your github repo. This will add a github button in the UI's header.
38
- # github = ""
39
-
40
- # Override default MUI light theme. (Check theme.ts)
41
- [UI.theme.light]
42
- #background = "#FAFAFA"
43
- #paper = "#FFFFFF"
44
-
45
- [UI.theme.light.primary]
46
- #main = "#F80061"
47
- #dark = "#980039"
48
- #light = "#FFE7EB"
49
-
50
- # Override default MUI dark theme. (Check theme.ts)
51
- [UI.theme.dark]
52
- #background = "#FAFAFA"
53
- #paper = "#FFFFFF"
54
-
55
- [UI.theme.dark.primary]
56
- #main = "#F80061"
57
- #dark = "#980039"
58
- #light = "#FFE7EB"
59
-
60
-
61
- [meta]
62
- generated_by = "0.7.0"