-
Notifications
You must be signed in to change notification settings - Fork 61k
New issue
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
[Bug] DISABLE_GPT4 设置为1还是能选 #2280
Comments
Title: [Bug] DISABLE_GPT4 can still be selected if it is set to 1 Describe the bug To Reproduce In the settings, you can see that the gpt4 related model is not disabled |
现在会自动使用 /list/models 检测可用模型,如果 你用的是中转接口?可以问一下接口服务商是否支持 |
Now automatically uses /list/models to detect available models, and if the Are you using a transit interface? You can ask the interface service provider whether it supports |
OpenAI open API4.0 interface for ChatGPT Plus, My chatgpt web next version is 20230623. |
如上所说,模型选择都是灰色 代表都可用,但如何指定GPT4呢 |
As mentioned above, the model selection is all gray, which means it is available, but how to specify GPT4? |
我也在纠结这个问题,本地下载安装的,也有gpt4的API,也可以选,但是输入后就弹出“model-not-found”。 |
I am also struggling with this problem. I downloaded and installed it locally, and there is also the gpt4 API, which can also be selected, but "model-not-found" pops up after inputting. |
您好,我的接口地址是 https://chatgpt1.nextweb.fun/api/proxy |
Hello, my interface address is https://chatgpt1.nextweb.fun/api/proxy |
Describe the bug
我是用 docker 部署的 Version: 24.0.2
To Reproduce
chatgpt-next-web:
container_name: chatgpt-next-web
image: yidadaa/chatgpt-next-web:latest
ports:
- 127.0.0.1:3000:3000
environment:
- HIDE_USER_API_KEY=1
- DISABLE_GPT4=1
...
在设置里面能看到 gpt4相关模型不是禁用状态
The text was updated successfully, but these errors were encountered: