-
Notifications
You must be signed in to change notification settings - Fork 60k
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] in the mask review detail page ,model not show correctly. #6055
Labels
bug
Something isn't working
Comments
Title: [Bug] |
Austin-Patrician
changed the title
[Bug]
[Bug] in the mask review detail page ,model not show correctly.
Jan 11, 2025
类似issue:#5836 我也是这几天自己改了一下 |
Similar issue: #5836 I also changed it myself in the past few days. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
📦 部署方式
Other
📌 软件版本
最新分支本地部署
💻 系统环境
Windows
📌 系统版本
win 11
🌐 浏览器
Chrome
📌 浏览器版本
Version 131.0.6778.205 (Official Build) (64-bit)
🐛 问题描述
我app/store/config.ts 修改了modelConfig:model : "gpt-4o" as ModelType, 并且在masks/en.ts 下修改所有的mask 的modelConfig为gpt-4o, 但是当我点击mask 里面的views 的时候,发现里面的model 仍然是默认的'gpt-3.5-turbo",看了下model-config.tsx 里面取值确实是gpt-4o,但是providerName 识别为undefine.
📷 复现步骤
修改app/store/config.ts 修改了modelConfig:model : "gpt-4o" as ModelType,model-config.tsx控制台输出
const value =
${props.modelConfig.model}@${props.modelConfig?.providerName}
; 的value 值,发现确实变了,但是显示值不对🚦 期望结果
应该和mask 设置的 值匹配上。
📝 补充信息
The text was updated successfully, but these errors were encountered: