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: /v1/openai/audio/speech 提供类似 OpenAI 的语音生成接口。 但是官方文档里的格式为 https://api.openai.com/v1/audio/speech \
报错信息: INFO: 192.168.1.188:61456 - "POST /v1/audio/speech HTTP/1.1" 404 Not Found INFO: 192.168.1.188:61450 - "POST /v1/openai/audio/speech HTTP/1.1" 200 OK 接口填写的模型和音色: "model": "chattts-4w", "voice": "female2",
The text was updated successfully, but these errors were encountered:
🐛 fix 接口地址调整 + 文档 #9
3bf349e
fixed 3bf349e
顺带一提,readme 中增加了使用curl测试接口的示例,可用关注下
Sorry, something went wrong.
感谢您的付出
zhzLuke96
No branches or pull requests
您项目里的文档里写的是OpenAI 风格 API: /v1/openai/audio/speech 提供类似 OpenAI 的语音生成接口。
但是官方文档里的格式为 https://api.openai.com/v1/audio/speech \
报错信息:
INFO: 192.168.1.188:61456 - "POST /v1/audio/speech HTTP/1.1" 404 Not Found
INFO: 192.168.1.188:61450 - "POST /v1/openai/audio/speech HTTP/1.1" 200 OK
接口填写的模型和音色:
"model": "chattts-4w",
"voice": "female2",
The text was updated successfully, but these errors were encountered: