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
例行检查
问题描述 本地cpu跑的SenseVoiceSmall,本地测试curl很快也都是对的,但是接了oneapi之后,报422错误,用的oneapi最新的v0.6.9-alpha.2版本
curl [http://省略ip:8000/v1/audio/transcriptions](http://xn--ip-9j7ex0d:8000/v1/audio/transcriptions%5C) -H "Content-Type: multipart/form-data" -H "Authorization: Bearer sk-fastgpt" -F [email protected] -F model=whisper-1 {"texta":"大雾四季模糊了眼睛看不清了你看不清你藏在梦里了情绪四恍惚曾经雾"}
curl http://1省略ip:3001/v1/audio/transcriptions -H "Content-Type: multipart/form-data" -H "Authorization: Bearer sk-fastgpt" -F [email protected] -F model=whisper-1 {"error":{"message":"bad response status code 422 (request id: 2024101717470271221600298875016)","type":"upstream_error","param":"422","code":"bad_response_status_code"}
复现步骤 我测试用了代理openai的whisper-1模型,也都是报错
预期结果 两个curl应该是一致的
The text was updated successfully, but these errors were encountered:
摇下作者@songquanpeng,语音模型的支持再优化下吧,感谢啦
Sorry, something went wrong.
No branches or pull requests
例行检查
问题描述
本地cpu跑的SenseVoiceSmall,本地测试curl很快也都是对的,但是接了oneapi之后,报422错误,用的oneapi最新的v0.6.9-alpha.2版本
curl [http://省略ip:8000/v1/audio/transcriptions](http://xn--ip-9j7ex0d:8000/v1/audio/transcriptions%5C)
-H "Content-Type: multipart/form-data"
-H "Authorization: Bearer sk-fastgpt"
-F [email protected]
-F model=whisper-1
{"texta":"大雾四季模糊了眼睛看不清了你看不清你藏在梦里了情绪四恍惚曾经雾"}
curl http://1省略ip:3001/v1/audio/transcriptions -H "Content-Type: multipart/form-data" -H "Authorization: Bearer sk-fastgpt" -F [email protected] -F model=whisper-1
{"error":{"message":"bad response status code 422 (request id: 2024101717470271221600298875016)","type":"upstream_error","param":"422","code":"bad_response_status_code"}
复现步骤
我测试用了代理openai的whisper-1模型,也都是报错
预期结果
两个curl应该是一致的
The text was updated successfully, but these errors were encountered: