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
例行检查
问题描述 使用模型名字FunAudioLLM/SenseVoiceSmall,渠道设置silicon cloud,不支持 复现步骤 正常添加硅基流动后,用whisper接口模型设置FunAudioLLM/SenseVoiceSmall调用API 预期结果 正常文字输出 失败结果 openai.InternalServerError: Error code: 500 - {'error': {'message': 'not implemented (request id: 20250117184828596165580xNn67zIg)', 'type': 'new_api_error', 'param': '', 'code': 'convert_request_failed'}}
The text was updated successfully, but these errors were encountered:
临时解决方案:使用openai类型添加硅基的该模型接口即可
Sorry, something went wrong.
No branches or pull requests
例行检查
问题描述
使用模型名字FunAudioLLM/SenseVoiceSmall,渠道设置silicon cloud,不支持
复现步骤
正常添加硅基流动后,用whisper接口模型设置FunAudioLLM/SenseVoiceSmall调用API
预期结果
正常文字输出
失败结果
openai.InternalServerError: Error code: 500 - {'error': {'message': 'not implemented (request id: 20250117184828596165580xNn67zIg)', 'type': 'new_api_error', 'param': '', 'code': 'convert_request_failed'}}
The text was updated successfully, but these errors were encountered: