We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac01ac commit aee4c1cCopy full SHA for aee4c1c
tests/test_stt.py
@@ -29,7 +29,6 @@
29
),
30
pytest.param(lambda: openai.STT(), id="openai"),
31
pytest.param(lambda: fal.WizperSTT(), id="fal"),
32
- pytest.param(lambda: google.beta.realtime.STT(), id="google-realtime"),
33
]
34
35
0 commit comments