Update .chainlit/config.toml
Browse files- .chainlit/config.toml +1 -27
.chainlit/config.toml
CHANGED
@@ -1,22 +1,9 @@
|
|
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 |
-
|
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 = false
|
18 |
-
|
19 |
-
# List of environment variables to be provided by each user to use the app.
|
20 |
user_env = []
|
21 |
|
22 |
[features]
|
@@ -25,31 +12,18 @@ latex = true
|
|
25 |
auto_tag_thread = true
|
26 |
edit_message = true
|
27 |
cookie_auth = true
|
28 |
-
# Enable image display
|
29 |
show_readme = true # --enable image display
|
30 |
-
|
31 |
-
# Duration (in seconds) during which the session is saved when the connection is lost
|
32 |
session_timeout = 3600
|
33 |
|
34 |
[UI]
|
35 |
-
# Name of the app and chatbot.
|
36 |
name = "๐ฟ๐๐ฎ๐จ๐ค๐๐ kundeservice ๐ผ๐ ๐ผ๐จ๐จ๐๐จ๐ฉ๐๐ฃ๐ฉ๐"
|
37 |
-
|
38 |
image = "./public/daysoff_booking(2_1).jpg"
|
39 |
#image_dark = "./daysoff_booking(2_1).jpg"
|
40 |
-
|
41 |
-
# Description of the app and chatbot. This is used for HTML tags.
|
42 |
# description = ""
|
43 |
-
|
44 |
custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"
|
45 |
-
|
46 |
-
# The default value for the expand messages settings.
|
47 |
default_expand_messages = true
|
48 |
-
|
49 |
-
# Hide the chain of thought details from the user in the UI.
|
50 |
hide_cot = false
|
51 |
|
52 |
-
# Link to your github repo. This will add a github button in the UI's header.
|
53 |
# github = ""
|
54 |
|
55 |
# Override default MUI dark theme. (Check theme.ts)
|
|
|
1 |
[project]
|
|
|
|
|
|
|
2 |
|
3 |
+
public = true
|
|
|
|
|
4 |
|
|
|
|
|
|
|
|
|
5 |
database = "local"
|
|
|
|
|
6 |
enable_telemetry = false
|
|
|
|
|
7 |
user_env = []
|
8 |
|
9 |
[features]
|
|
|
12 |
auto_tag_thread = true
|
13 |
edit_message = true
|
14 |
cookie_auth = true
|
|
|
15 |
show_readme = true # --enable image display
|
|
|
|
|
16 |
session_timeout = 3600
|
17 |
|
18 |
[UI]
|
|
|
19 |
name = "๐ฟ๐๐ฎ๐จ๐ค๐๐ kundeservice ๐ผ๐ ๐ผ๐จ๐จ๐๐จ๐ฉ๐๐ฃ๐ฉ๐"
|
|
|
20 |
image = "./public/daysoff_booking(2_1).jpg"
|
21 |
#image_dark = "./daysoff_booking(2_1).jpg"
|
|
|
|
|
22 |
# description = ""
|
|
|
23 |
custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"
|
|
|
|
|
24 |
default_expand_messages = true
|
|
|
|
|
25 |
hide_cot = false
|
26 |
|
|
|
27 |
# github = ""
|
28 |
|
29 |
# Override default MUI dark theme. (Check theme.ts)
|