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
比如 baichuan-7b-v1 目前是限时免费的
{ "models": [ "qwen-long", "qwen-turbo", "qwen-plus", "qwen-max", "qwen-max-longcontext", "qwen2-1.5b-instruct", "qwen2-0.5b-instruct", "qwen1.5-1.8b-chat", "qwen1.5-0.5b-chat", "qwen-1.8b-chat", "baichuan-7b-v1", "chatglm3-6b", "yi-6b-chat", "yi-34b-chat", "aquilachat-7b", "deepseek-7b-chat", "internlm-7b-chat" ], "enabled": true, "credentials": { "api_key": "sk-xxxxxxxxxxxxx" }, "server_url": "https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions" } 返回 {'error': 'error, status code: 404, message: Unsupported model baichuan-7b-v1 for OpenAI compatibility mode.'} Model: baichuan-7b-v1, 错误, MSG: error, status code: 404, message: Unsupported model baichuan-7b-v1 for OpenAI compatibility mode.
baichuan-7b-v1
The text was updated successfully, but these errors were encountered:
好吧,阿里兼容的openai接口只支持部分模型:https://help.aliyun.com/zh/dashscope/developer-reference/compatibility-of-openai-with-dashscope/?disableWebsiteRedirect=true
等后续版本兼容下。
Sorry, something went wrong.
阿里云的dashscope从v0.9.5版本已经支持了,https://github.com/fruitbars/simple-one-api/releases/tag/v0.9.5
No branches or pull requests
比如 baichuan-7b-v1 目前是限时免费的
{
"models": [
"qwen-long",
"qwen-turbo",
"qwen-plus",
"qwen-max",
"qwen-max-longcontext",
"qwen2-1.5b-instruct",
"qwen2-0.5b-instruct",
"qwen1.5-1.8b-chat",
"qwen1.5-0.5b-chat",
"qwen-1.8b-chat",
"baichuan-7b-v1",
"chatglm3-6b",
"yi-6b-chat",
"yi-34b-chat",
"aquilachat-7b",
"deepseek-7b-chat",
"internlm-7b-chat"
],
"enabled": true,
"credentials": {
"api_key": "sk-xxxxxxxxxxxxx"
},
"server_url": "https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions"
}
返回
{'error': 'error, status code: 404, message: Unsupported model
baichuan-7b-v1
for OpenAI compatibility mode.'}Model: baichuan-7b-v1, 错误, MSG: error, status code: 404, message: Unsupported model
baichuan-7b-v1
for OpenAI compatibility mode.The text was updated successfully, but these errors were encountered: