Update .chainlit/config.toml
Browse files- .chainlit/config.toml +8 -6
.chainlit/config.toml
CHANGED
@@ -29,20 +29,19 @@ multi_modal = true
|
|
29 |
|
30 |
# Allows user to use speech to text
|
31 |
[features.speech_to_text]
|
32 |
-
enabled =
|
33 |
-
language = "id-ID"
|
34 |
# See all languages here https://github.com/JamesBrill/react-speech-recognition/blob/HEAD/docs/API.md#language-string
|
35 |
# language = "en-US"
|
36 |
|
37 |
[UI]
|
38 |
# Name of the app and chatbot.
|
39 |
-
name = "Databot
|
40 |
|
41 |
-
# Show the readme while the
|
42 |
show_readme_as_default = true
|
43 |
|
44 |
# Description of the app and chatbot. This is used for HTML tags.
|
45 |
-
|
46 |
|
47 |
# Large size content are by default collapsed for a cleaner ui
|
48 |
default_collapse_content = true
|
@@ -60,6 +59,9 @@ hide_cot = false
|
|
60 |
# The CSS file can be served from the public directory or via an external link.
|
61 |
# custom_css = "/public/test.css"
|
62 |
|
|
|
|
|
|
|
63 |
# Override default MUI light theme. (Check theme.ts)
|
64 |
[UI.theme.light]
|
65 |
#background = "#FAFAFA"
|
@@ -82,4 +84,4 @@ hide_cot = false
|
|
82 |
|
83 |
|
84 |
[meta]
|
85 |
-
generated_by = "
|
|
|
29 |
|
30 |
# Allows user to use speech to text
|
31 |
[features.speech_to_text]
|
32 |
+
enabled = false
|
|
|
33 |
# See all languages here https://github.com/JamesBrill/react-speech-recognition/blob/HEAD/docs/API.md#language-string
|
34 |
# language = "en-US"
|
35 |
|
36 |
[UI]
|
37 |
# Name of the app and chatbot.
|
38 |
+
name = "LANRI Chatbot: Infobot X Databot"
|
39 |
|
40 |
+
# Show the readme while the thread is empty.
|
41 |
show_readme_as_default = true
|
42 |
|
43 |
# Description of the app and chatbot. This is used for HTML tags.
|
44 |
+
description = "Chatbot berbasis AI yang akan membantu kamu menemukan informasi mengenai Lembaga Administrasi Negara dalam basis data direktori LAN."
|
45 |
|
46 |
# Large size content are by default collapsed for a cleaner ui
|
47 |
default_collapse_content = true
|
|
|
59 |
# The CSS file can be served from the public directory or via an external link.
|
60 |
# custom_css = "/public/test.css"
|
61 |
|
62 |
+
[UI.theme]
|
63 |
+
default = "light"
|
64 |
+
|
65 |
# Override default MUI light theme. (Check theme.ts)
|
66 |
[UI.theme.light]
|
67 |
#background = "#FAFAFA"
|
|
|
84 |
|
85 |
|
86 |
[meta]
|
87 |
+
generated_by = "1.1.306"
|