From dd681da9c221e287de7c30b0e8a691336bd596bd Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Wed, 20 May 2026 15:49:28 +0300 Subject: [PATCH] Update config.json --- config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.json b/config.json index 978797a..b55f0f7 100644 --- a/config.json +++ b/config.json @@ -18,6 +18,10 @@ "stt_model_online": "openai/gpt-audio-mini", "whisper_cpp_bin": "/home/bob/whisper.cpp/build/bin/whisper-cli", "whisper_cpp_model": "/home/bob/.local/share/whisper/ggml-tiny.bin", + "use_stt_timeout": false, + "use_stt_silence": false, + "stt_timeout": "10", + "stt_silence_duration": "2", "pinned_chats": [ "Welcome.json" ],