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 f51d7f1 commit edda1e9Copy full SHA for edda1e9
tests/entrypoints/openai/test_transcription_validation.py
@@ -98,6 +98,7 @@ async def test_long_audio_request(mary_had_lamb):
98
out = json.loads(transcription)['text']
99
assert out.count("Mary had a little lamb") == 10
100
101
+
102
@pytest.mark.asyncio
103
async def test_non_asr_model(winning_call):
104
# text to text model
0 commit comments