summaryrefslogtreecommitdiffstats
path: root/agl_service_voiceagent/config.ini
diff options
context:
space:
mode:
authorAnuj Solanki <anuj603362@gmail.com>2024-10-01 00:32:40 +0530
committerAnuj Solanki <anuj603362@gmail.com>2024-10-06 01:16:32 +0530
commit5a8f670c3f772cfe0345ed53e5989a6dca08a905 (patch)
tree7d82533a0f5356547e31609c3db1d0101de83376 /agl_service_voiceagent/config.ini
parent1144fcd343bc56f8c27ff73d3e76904010dbb832 (diff)
Remove OpenAI's Whisper AI and Bug FixingHEADtrout_19.90.0trout/19.90.019.90.0master
- Removed OpenAI's Whisper AI from agl-service-voiceagent and using whisper.cpp for speech-to-text. - Fix audio_recorder. - Update grpc protoc to include the online-mode status in ServiceStatus - Set online_mode flag default to 0 - Change wake word to "hey automotive" Bug-AGL: SPEC-5200 Change-Id: I9f1629cdcaef43498bf4cb9fdd950291a415819d Signed-off-by: Anuj Solanki <anuj603362@gmail.com>
Diffstat (limited to 'agl_service_voiceagent/config.ini')
-rw-r--r--agl_service_voiceagent/config.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/agl_service_voiceagent/config.ini b/agl_service_voiceagent/config.ini
index d6d695e..e4f6313 100644
--- a/agl_service_voiceagent/config.ini
+++ b/agl_service_voiceagent/config.ini
@@ -9,7 +9,7 @@ snips_model_path = /usr/share/nlu/snips/model/
channels = 1
sample_rate = 16000
bits_per_sample = 16
-wake_word = hello
+wake_word = hey automotive
server_port = 51053
server_address = 127.0.0.1
rasa_model_path = /usr/share/nlu/rasa/models/
@@ -17,7 +17,7 @@ rasa_server_port = 51054
rasa_detached_mode = 1
base_log_dir = /usr/share/nlu/logs/
store_voice_commands = 0
-online_mode = 1
+online_mode = 0
online_mode_address = 65.108.107.216
online_mode_port = 50051
online_mode_timeout = 15