feat: functionality implemented for RI pausing functionality

Currently, no CB pausing functionality has been implemented yet. This commit only includes necessary changes to use RI pausing.

ref: N25B-350
This commit is contained in:
Storm
2025-12-22 14:02:18 +01:00
parent 3e7f2ef574
commit 539e814c5a
5 changed files with 75 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ class LLMSettings(BaseModel):
"""
local_llm_url: str = "http://localhost:1234/v1/chat/completions"
local_llm_model: str = "gpt-oss"
local_llm_model: str = "google/gemma-3-1b"
class VADSettings(BaseModel):