We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果具备与OpenAI API的兼容性,其他应用的接入将变得极其便捷。 OpenAI API的范例: curl https://api.openai.com/v1/audio/speech -H "Authorization: Bearer $OPENAI_API_KEY" -H "Content-Type: application/json" -d '{ "model": "tts-1", "input": "The quick brown fox jumped over the lazy dog.", "voice": "alloy" }' --output speech.mp3
参考文档:https://platform.openai.com/docs/api-reference/authentication
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如果具备与OpenAI API的兼容性,其他应用的接入将变得极其便捷。
OpenAI API的范例:
curl https://api.openai.com/v1/audio/speech
-H "Authorization: Bearer $OPENAI_API_KEY"
-H "Content-Type: application/json"
-d '{
"model": "tts-1",
"input": "The quick brown fox jumped over the lazy dog.",
"voice": "alloy"
}'
--output speech.mp3
参考文档:https://platform.openai.com/docs/api-reference/authentication
The text was updated successfully, but these errors were encountered: