[Voxtral Realtime] Change name (#33716)

Signed-off-by: Patrick von Platen <patrick.v.platen@gmail.com>
This commit is contained in:
Patrick von Platen
2026-02-03 22:03:28 +01:00
committed by GitHub
parent a372f3f40a
commit 3f7662d650
4 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ MISTRAL_FORMAT_ARGS = [
"mistral",
]
MODEL_NAME = "mistralai/Voxtral-Mini-3B-Realtime-2602"
MODEL_NAME = "mistralai/Voxtral-Mini-4B-Realtime-2602"
def _audio_to_base64_pcm16(path: str, target_sr: int = 16000) -> str: