Update test_api.py

This commit is contained in:
YingboHAO
2026-01-23 17:47:31 +00:00
parent 4df5b0582f
commit 04f8bc40b0
+1 -1
View File
@@ -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, "temperature": 0.0,
"stream": True, "stream": True,
"top_p": 1.0, "top_p": 1.0,