You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, the workaround is to use client.chat().completions() with ChatModel.GPT_4O_AUDIO_PREVIEW and ChatCompletionContentPartInputAudio.
But it could be a good thing to have it directly.
The text was updated successfully, but these errors were encountered:
We cannot follow https://platform.openai.com/docs/guides/speech-to-text as
client.audio().transcriptions()
is not available yet.For now, the workaround is to use
client.chat().completions()
withChatModel.GPT_4O_AUDIO_PREVIEW
andChatCompletionContentPartInputAudio
.But it could be a good thing to have it directly.
The text was updated successfully, but these errors were encountered: