ChatGPTNextWeb / ChatGPT-Next-Web

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

[Bug] GPT4接口无法使用 #1489

Closed eshao731 closed 1 year ago

eshao731 commented 1 year ago

Describe the bug

  1. 我使用的项目的演示页面: https://chatgpt.nextweb.fun/
  2. 我在页面使用填写了我的API-KEY,然后修改到GPT4相关的模型。
  3. 轮换了4个GPT4相关的接口,都无法使用。4个接口收到的错误信息都是model不存在。 报错如下:
    {
    "error": {
    "message": "The model: `gpt-4-0314` does not exist",
    "type": "invalid_request_error",
    "param": null,
    "code": "model_not_found"
    }
    }
  4. 使用gpt-3.5-turbo的接口是没有问题的,正常返回信息。
  5. 我确保过我的账号是有GPT4权限的。 image

Deployment Vercel

Desktop (please complete the following information):

eshao731 commented 1 year ago

原因已经弄清楚了。

  1. 升级了plus账号也不是立即拥有GPT4的API权限
  2. 需要申请GPT-4 API waitlist ,通过后才用有GPT4的API权限
  3. 可以在账号设置的‘’速率限制‘’查看是否有GPT4模型 image
eshao731 commented 1 year ago

ok