add: openai's text to speech

This commit is contained in:
zhanglei 2024-01-15 14:18:35 +08:00
parent cc92d8fb4a
commit ca63880753

View file

@ -53,7 +53,6 @@ async def test_text_to_speech():
assert 200 == resp.response.status_code
class TestOpenAI:
def test_make_client_kwargs_without_proxy(self):
instance = OpenAILLM(mock_llm_config)