We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878a499 commit a01373eCopy full SHA for a01373e
tests/entrypoints/openai/test_transcription_validation.py
@@ -124,6 +124,7 @@ async def test_completion_endpoints():
124
assert res.message == "The model does not support Completions API"
125
126
127
+@pytest.mark.asyncio
128
async def test_streaming_response(winning_call):
129
model_name = "openai/whisper-small"
130
server_args = ["--enforce-eager"]
0 commit comments