Update .chainlit/config.toml
Browse files- .chainlit/config.toml +2 -9
.chainlit/config.toml
CHANGED
|
@@ -11,7 +11,7 @@ public = true
|
|
| 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 |
-
|
| 15 |
|
| 16 |
# Whether to enable telemetry (default: true). No personal data is collected.
|
| 17 |
enable_telemetry = false
|
|
@@ -38,7 +38,6 @@ name = "๐ฟ๐๐ฎ๐จ๐ค๐๐ kundeservice ๐ผ๐ ๐ผ๐จ๐จ๐๐จ
|
|
| 38 |
image = "./public/daysoff_booking(2_1).jpg"
|
| 39 |
#image_dark = "./daysoff_booking(2_1).jpg"
|
| 40 |
|
| 41 |
-
|
| 42 |
# Description of the app and chatbot. This is used for HTML tags.
|
| 43 |
# description = ""
|
| 44 |
|
|
@@ -53,13 +52,11 @@ hide_cot = false
|
|
| 53 |
# Link to your github repo. This will add a github button in the UI's header.
|
| 54 |
# github = ""
|
| 55 |
|
| 56 |
-
|
| 57 |
# Override default MUI dark theme. (Check theme.ts)
|
| 58 |
[UI.theme.dark]
|
| 59 |
#background = "#FAFAFA" # default
|
| 60 |
#paper = "#FFFFFF" # default
|
| 61 |
-
|
| 62 |
-
|
| 63 |
background = "#000000" # --for terminal theme
|
| 64 |
paper = "#111111"
|
| 65 |
|
|
@@ -74,10 +71,6 @@ hide_cot = false
|
|
| 74 |
#dark = "#980039" # default
|
| 75 |
#light = "#FFE7EB" # default
|
| 76 |
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
[meta]
|
| 82 |
generated_by = "0.6.2"
|
| 83 |
|
|
|
|
| 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
|
|
|
|
| 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 |
|
|
|
|
| 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)
|
| 56 |
[UI.theme.dark]
|
| 57 |
#background = "#FAFAFA" # default
|
| 58 |
#paper = "#FFFFFF" # default
|
| 59 |
+
|
|
|
|
| 60 |
background = "#000000" # --for terminal theme
|
| 61 |
paper = "#111111"
|
| 62 |
|
|
|
|
| 71 |
#dark = "#980039" # default
|
| 72 |
#light = "#FFE7EB" # default
|
| 73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
[meta]
|
| 75 |
generated_by = "0.6.2"
|
| 76 |
|