-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yaml
More file actions
21 lines (18 loc) · 820 Bytes
/
config.yaml
File metadata and controls
21 lines (18 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
system:
# Used to create virtual envs, install dependencies for Rasa. Usually, Rasa does not support the latest Python version.
rasa_preferred_python_version: "3.9"
bot_engine: "rasa" # options: rasa, custom
personal_data_search_engine: "bag_of_words" # options: bag_of_words
rasa:
rest_webhook: "http://localhost:8002/webhooks/rest/webhook"
expected_launch_duration_sec: 30 # to avoid opening the browser-UI too early
server:
port: 8000
address: "localhost"
static_files_dir: "./server/static"
web_chat_url: "http://localhost:8000/chat/"
# db_path: "../db/replica.db" # sqlite db file path
db_path: "file::memory:?cache=shared" # sqlite in-memory db
anonymous_user_id: "anonymous"
text_to_speech_activated: false # options: true, false
text_to_speech_engine: gtts # options: pyttsx3, gtts