songquanpeng / one-api

OpenAI 接口管理 & 分发系统,支持 Azure、Anthropic Claude、Google PaLM 2 & Gemini、智谱 ChatGLM、百度文心一言、讯飞星火认知、阿里通义千问、360 智脑以及腾讯混元,可用于二次分发管理 key,仅单可执行文件,已打包好 Docker 镜像,一键部署,开箱即用. OpenAI key management & redistribution system, using a single API for all LLMs, and features an English UI.
https://openai.justsong.cn/
MIT License
17.92k stars 4.06k forks source link

fastgpt连接通义千问出错 #1155

Open cnliucheng opened 6 months ago

cnliucheng commented 6 months ago

例行检查

问题描述 在fastgpt的config文件中已配置了通义千问的信息。 在open-api中渠道测试成功,但是在fastgpt中发生以下错误: undefined 当前分组 default 下对于模型 gpt-3.5-turbo-1106 无可用渠道 在渠道中加入该gpt模型后又出现以下错误: bad_response_status_code Model not exist.

复现步骤

预期结果

RobinsChens commented 5 months ago

同问,这是啥情况呀

10895565 commented 5 months ago

config.local.json中的llm那个配置的地方只保留通义千问的,去掉gpt-3.5-turbo那些,试试吧

johnlanni commented 3 months ago

可以试试 higress : https://github.com/alibaba/higress/issues/1023