ChatGPTNextWeb / ChatGPT-Next-Web

A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。
https://app.nextchat.dev/
MIT License
75.43k stars 58.87k forks source link

[Bug] 更新docker 镜像 v2.12.3 之后。新的模型不能使用,显示 400 Bad Request #4739

Closed Fei2015 closed 4 months ago

Fei2015 commented 4 months ago

Bug Description

从docker 镜像 v2.11.2 升级到 v2.12.3 之后新的模型 gpt-4-turbo, gpt-4o, ... 不能使用 { "code": 400, "error": "Encountering an error when receiving the github copilot response: 400 Bad Request" }

Steps to Reproduce

...

Expected Behavior

...

Screenshots

No response

Deployment Method

Desktop OS

No response

Desktop Browser

No response

Desktop Browser Version

No response

Smartphone Device

No response

Smartphone OS

No response

Smartphone Browser

No response

Smartphone Browser Version

No response

Additional Logs

No response

Issues-translate-bot commented 4 months ago

Bot detected the issue body's language is not English, translate it automatically.


Title: [Bug] After updating docker image v2.12.3. The new model cannot be used and displays 400 Bad Request.

Dean-YZG commented 4 months ago

请问有应用报错截图,接口报错截图么?我想这可能和Copilot Chat有关

Issues-translate-bot commented 4 months ago

Bot detected the issue body's language is not English, translate it automatically.


Do you have any screenshots of application error and interface error? I think this might have something to do with Copilot Chat

Fei2015 commented 4 months ago

我就是更新后,在对话页面 http://localhost:3000/#/ 不管输入什么,都显示: { "code": 400, "error": "Encountering an error when receiving the github copilot response: 400 Bad Request" } 你说的应用报错或者接口报错 在哪里看?

QAbot-zh commented 4 months ago

为什么会是报github copilot response的错误,用了 copilot 转 api ?

Fei2015 commented 4 months ago

为什么会是报github copilot response的错误,用了 copilot 转 api ?

对的,用了copilot-gpt4-service

Issues-translate-bot commented 4 months ago

Bot detected the issue body's language is not English, translate it automatically.


Why is the error of github copilot response reported when using copilot to convert to api?

Yes, used copilot-gpt4-service

QAbot-zh commented 4 months ago

那可能是copilot-gpt4-service的问题,copilot应该没有第一时间提供gpt-4o模型吧,我记得这种转api服务很多模型都是重定向了,毕竟copilot本身就没有提供多少模型

Issues-translate-bot commented 4 months ago

Bot detected the issue body's language is not English, translate it automatically.


That may be a problem with copilot-gpt4-service. Copilot probably didn't provide gpt-4o models at the first time. I remember that many models of this API service are redirected. After all, copilot itself doesn't provide many models.

Fei2015 commented 4 months ago

那可能是copilot-gpt4-service的问题,copilot应该没有第一时间提供gpt-4o模型吧,我记得这种转api服务很多模型都是重定向了,毕竟copilot本身就没有提供多少模型

原来是这样,好的谢谢

Issues-translate-bot commented 4 months ago

Bot detected the issue body's language is not English, translate it automatically.


That may be a problem with copilot-gpt4-service. Copilot probably did not provide gpt-4o models at the first time. I remember that many models of this API service are redirected. After all, copilot itself does not provide many models.

That's it, okay thank you