From 04f8bc40b0a25aaffb1f049bbbd5b37e4b6678f5 Mon Sep 17 00:00:00 2001 From: YingboHAO <3259482542@qq.com> Date: Fri, 23 Jan 2026 17:47:31 +0000 Subject: [PATCH] Update test_api.py --- vllm_plugin/tests/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm_plugin/tests/test_api.py b/vllm_plugin/tests/test_api.py index d945803..af128bc 100644 --- a/vllm_plugin/tests/test_api.py +++ b/vllm_plugin/tests/test_api.py @@ -135,7 +135,7 @@ def test_transcription(audio_path: str, base_url: str = "http://localhost:8000") ] } ], - "max_tokens": 4096, + "max_tokens": 32768, "temperature": 0.0, "stream": True, "top_p": 1.0,