fix(web): model bugfix

This commit is contained in:
zhaoying
2026-01-28 19:58:33 +08:00
parent e89c23da4d
commit 0eb335d112
8 changed files with 11 additions and 16 deletions

View File

@@ -89,7 +89,7 @@ const ModelImplement: FC<ModelImplementProps> = ({ type, value, onChange }) => {
></div>
</Space>
</Flex>
<Tag className="rb:mb-2">{provider}</Tag>
<Tag className="rb:mb-2">{t(`modelNew.${provider}`)}</Tag>
</div>
)
})}