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
例行检查
问题描述 在调用stt接口的时候希望制定whisper-1之外的另外一个模型,但是返回错误仍然是“对于模型whisper-1无可用渠道” 我的代码如下: transcription = client.audio.transcriptions.create( model="SenseVoiceSmall", file=audio_file ) 想指定SenseVoiceSmall为STT模型,服务器实际为xinference, 与openai接口相同,xinference此模型已经运行,而且模型也已经注册到oneapi的渠道中,但是调用结果还是返回 '当前分组 default 下对于模型 whisper-1 无可用渠道‘
复现步骤
预期结果
相关截图 如果没有的话,请删除此节。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
例行检查
问题描述
在调用stt接口的时候希望制定whisper-1之外的另外一个模型,但是返回错误仍然是“对于模型whisper-1无可用渠道”
我的代码如下:
transcription = client.audio.transcriptions.create(
model="SenseVoiceSmall",
file=audio_file
)
想指定SenseVoiceSmall为STT模型,服务器实际为xinference, 与openai接口相同,xinference此模型已经运行,而且模型也已经注册到oneapi的渠道中,但是调用结果还是返回 '当前分组 default 下对于模型 whisper-1 无可用渠道‘
复现步骤
预期结果
相关截图
如果没有的话,请删除此节。
The text was updated successfully, but these errors were encountered: