ChatGPTNextWeb / ChatGPT-Next-Web

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

[Bug] 使用 Azure 模型时应该是 @Azure 而文档中是 @azure #5574

Closed jia-niang closed 1 month ago

jia-niang commented 1 month ago

📦 部署方式

Docker

📌 软件版本

v2.15.3

💻 系统环境

Ubuntu

📌 系统版本

22.04.4 LTS

🌐 浏览器

Chrome

📌 浏览器版本

129.0.6668.71 (ARM)

🐛 问题描述

使用 Azure 模型时,在 CUSTOM_MODELS 中必须写成 @Azure,而文档中给出的是 @azure 大小写不对,按照文档的写配置不成功。

文档截图: image

📷 复现步骤

No response

🚦 期望结果

No response

📝 补充信息

No response

Issues-translate-bot commented 1 month ago

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


Title: [Bug] When using Azure model it should be @Azure but in the documentation it is @azure

itcodes commented 1 month ago

@jia-niang 感谢,30 天没升级,升级后果然出问题了。也就是说现在要这么设置吗?-all,+gpt-4o@Azure=gpt-4o,+gpt-4o-mini@Azure=gpt-4o-mini

Issues-translate-bot commented 1 month ago

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


@jia-niang Thanks, I haven’t upgraded for 30 days, and something went wrong after the upgrade. In other words, do you need to set it up like this now? -all,+gpt-4o@Azure=gpt-4o,+gpt-4o-mini@Azure=gpt-4o-mini

jia-niang commented 1 month ago

@jia-niang 感谢,30 天没升级,升级后果然出问题了。也就是说现在要这么设置吗?-all,+gpt-4o@Azure=gpt-4o,+gpt-4o-mini@Azure=gpt-4o-mini

对的,是这样。 也可以简化一点,写成:-all,+gpt-4o@Azure,+gpt-4o-mini@Azure。 版本先用 2.15.2,暂时别用 2.15.3,因为新版本对 Azure 用户而言 bug 很多 另外 DEFAULT_MODEL 要配置成 gpt-4o(Azure) 这种格式才行,别的都不行

Issues-translate-bot commented 1 month ago

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


@jia-niang Thanks, I haven’t upgraded for 30 days, and something went wrong after the upgrade. In other words, do you need to set it up like this now? -all,+gpt-4o@Azure=gpt-4o,+gpt-4o-mini@Azure=gpt-4o-mini

Yes, that's true. It can also be simplified and written as: -all,+gpt-4o@Azure,+gpt-4o-mini@Azure. Use version 2.15.2 first, don’t use 2.15.3 for now, because the new version has many bugs for Azure users. In addition, DEFAULT_MODEL must be configured in the format of gpt-4o(Azure), and nothing else will work.

jia-niang commented 1 month ago

@jia-niang 感谢,30 天没升级,升级后果然出问题了。也就是说现在要这么设置吗?-all,+gpt-4o@Azure=gpt-4o,+gpt-4o-mini@Azure=gpt-4o-mini

默认模型如果出问题,或者提示 Token 错误,这个问题得去 NextChat 设置里面清空本地缓存数据,不然新开对话还是有问题。

Issues-translate-bot commented 1 month ago

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


@jia-niang Thanks, I haven’t upgraded for 30 days, and something went wrong after the upgrade. In other words, do you need to set it up like this now? -all,+gpt-4o@Azure=gpt-4o,+gpt-4o-mini@Azure=gpt-4o-mini

If there is a problem with the default model, or a Token error is prompted, you need to clear the local cache data in NextChat settings, otherwise there will still be problems when opening new conversations.