[Voxtral] Add more tests (#21010)

Signed-off-by: Patrick von Platen <patrick.v.platen@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Patrick von Platen
2025-07-16 06:11:49 +02:00
committed by GitHub
parent 76ddeff293
commit cfbcb9ed87
4 changed files with 125 additions and 8 deletions

View File

@@ -47,9 +47,6 @@ async def test_basic_audio(mary_had_lamb, model_name):
if model_name.startswith("mistralai"):
server_args += MISTRAL_FORMAT_ARGS
# TODO(PATRICK) - REMOVE AFTER RELEASE
return # skip for now
# Based on https://github.com/openai/openai-cookbook/blob/main/examples/Whisper_prompting_guide.ipynb.
with RemoteOpenAIServer(model_name, server_args) as remote_server:
client = remote_server.get_async_client()