fix: update model name handling in UI and localization

This commit is contained in:
CaIon
2025-04-12 17:44:29 +08:00
parent ef8ae4db80
commit dcf7878772
2 changed files with 2 additions and 2 deletions

View File

@@ -473,7 +473,7 @@ const EditChannel = (props) => {
<div style={{ marginTop: 10 }}>
<Banner
type={'warning'}
description={t('注意,模型部署名称必须和模型名称保持一致')}
description={t('注意,系统请求的时模型名称中的点会被剔除例如gpt-4.5-preview会请求为gpt-45-preview所以部署的模型名称需要去掉点')}
></Banner>
</div>
<div style={{ marginTop: 10 }}>