-
-
Notifications
You must be signed in to change notification settings - Fork 10k
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] 自定义模型的表单问题 #2488
Comments
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
💻 System environmentWindows 📦 Deployment environmentVercel / Zeabur / Sealos 🌐 BrowserEdge 🐛 Problem descriptionWhen adding multiple custom models, it is normal to enter the information for the first custom model. For example: a 🚦 Expected resultsThe form for setting up a custom model should not retain the information of the previous model, but the information of this model. 📷 Steps to reproduceNo response 📝 Supplementary informationTested on Azure OpenAI, I don’t know if other models have this problem |
理论上已经在 #2318 被修复。 |
Theoretically has been fixed in #2318. |
This issue is closed, If you have any questions, you can comment and reply. |
💻 系统环境
Windows
📦 部署环境
Vercel / Zeabur / Sealos
🌐 浏览器
Edge
🐛 问题描述
在添加多个自定义模型时,输入第一个自定义模型的信息是正常的。
当添加第二个自定义模型的时候,设置页面显示的仍然是第一个自定义模型的信息。
如:已添加一个
model_a
,其显示名称设置为Model A
,最大token数设为32K此时添加一个
model_b
,点进设置页面,显示的仍然是model_a
、Model A
和 32K 的配置,而不是model_b
。将表单改为
model_b
、Model B
和 128 K,再点击model_a
的设置,显示的是model_b
、Model B
和 128 K,而不是model_a
、Model A
和 32K。🚦 期望结果
设置自定义模型的表单不应保留上一个模型的信息,而应该是本模型的信息
📷 复现步骤
No response
📝 补充信息
在 Azure OpenAI 上测的,不知道其它模型有没有这个问题
The text was updated successfully, but these errors were encountered: