Update SonioxSTTService default model to stt-rt-v4
This commit is contained in:
@@ -93,7 +93,7 @@ class SonioxInputParams(BaseModel):
|
||||
client_reference_id: Client reference ID to use for transcription.
|
||||
"""
|
||||
|
||||
model: str = "stt-rt-preview"
|
||||
model: str = "stt-rt-v4"
|
||||
|
||||
audio_format: Optional[str] = "pcm_s16le"
|
||||
num_channels: Optional[int] = 1
|
||||
|
||||
Reference in New Issue
Block a user