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
OpenAI.instance.audio.createSpeech insists on saving the result to a file.
It doesn't seem necessary (and is problematic for me). (Perhaps it could return the result if the file and directory were null?)
Looking at its implementation, I also can't directly call
await OpenAINetworkingClient.post
... since it is not exported.
The text was updated successfully, but these errors were encountered:
OpenAI.instance.audio.createSpeech insists on saving the result to a file.
It doesn't seem necessary (and is problematic for me). (Perhaps it could return the result if the file and directory were null?)
Looking at its implementation, I also can't directly call
await OpenAINetworkingClient.post
... since it is not exported.
The text was updated successfully, but these errors were encountered: