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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user