From 136d0ee82af9adb72546b8a6992b2f8544f008b0 Mon Sep 17 00:00:00 2001 From: m15-ai Date: Tue, 13 May 2025 18:17:47 -0500 Subject: [PATCH] Add files via upload --- va_config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 va_config.json diff --git a/va_config.json b/va_config.json new file mode 100644 index 0000000..6c544bb --- /dev/null +++ b/va_config.json @@ -0,0 +1,10 @@ +{ + "volume": 10, + "mic_name": "Plantronics", + "audio_output_device": "Plantronics", + "model_name": "qwen2.5:0.5b", + "voice": "en_US-kathleen-low.onnx", + "enable_audio_processing": false, + "history_length": 6, + "system_prompt": "You are a helpful assistant." +}