blob: 9455d6a0b581428dcf26bf12094d6e750f7ea75e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[General]
service_version = 0.2.0
base_audio_dir = /usr/share/nlu/commands/
stt_model_path = /usr/share/vosk/vosk-model-small-en-us-0.15
snips_model_path = /usr/share/nlu/snips/model/
channels = 1
sample_rate = 16000
bits_per_sample = 16
wake_word = hello auto
server_port = 51053
server_address = localhost
rasa_model_path = /usr/share/nlu/rasa/models/
rasa_server_port = 51054
base_log_dir = /usr/share/nlu/logs/
store_voice_commands = 0
[Kuksa]
ip = localhost
port = 8090
protocol = ws
insecure = False
token = /
|