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
Sometimes it works sometimes it doesn't. Almost feels like some openAI servers don;t have the schema changes yet. Please let me know if this is the case..
Confirm this is a Node library issue and not an underlying OpenAI API issue
Describe the bug
error: {
message:
[{'type': 'enum', 'loc': ('body', 'voice'), 'msg': "Input should be 'nova', 'shimmer', 'echo', 'onyx', 'fable' or 'alloy'", 'input': 'sage', 'ctx': {'expected': "'nova', 'shimmer', 'echo', 'onyx', 'fable' or 'alloy'"}}]
,type: 'invalid_request_error',
param: null,
code: null
},
for version 4.80.0
To Reproduce
install 4.80.0
client.audio.speech.create({
model: 'tts-1',
voice: 'ash',
input:
woooooooooow
})
Code snippets
OS
macOS
Node version
Node v20.10.0
Library version
openai 4.80.0
The text was updated successfully, but these errors were encountered: