From 0a3c6fff7c4d5bced0894dbf7139fba04ae122c4 Mon Sep 17 00:00:00 2001 From: Hui Peng Date: Tue, 17 Dec 2024 19:16:31 -0800 Subject: [PATCH] update chinese model warning message (#4075) ### What problem does this PR solve? fix chinese warning to update model ### Type of change - [x] Other (please describe): see the message --------- Signed-off-by: Hui Peng Co-authored-by: Kevin Hu --- web/src/locales/zh.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/locales/zh.ts b/web/src/locales/zh.ts index ef5ee912c..1fc4b9e8d 100644 --- a/web/src/locales/zh.ts +++ b/web/src/locales/zh.ts @@ -585,7 +585,7 @@ export default { '请输入 Google Cloud Service Account Key in base64 format', addGoogleRegion: 'Google Cloud 区域', GoogleRegionMessage: '请输入 Google Cloud 区域', - modelProvidersWarn: `请先在设置 > 模型提供程序中添加嵌入模型和 LLM。然后在“系统模型设置”中设置它们。`, + modelProvidersWarn: `请先在模型提供商中添加嵌入模型和LLM,然后在“系统模型设置”中设置它们。`, apiVersion: 'API版本', apiVersionMessage: '请输入API版本!', add: '添加',