Skip to content

Commit 9b6d5f7

Browse files
committed
fix: enhance douban_notice_2 for clarity on model name conversion
1 parent 2250f31 commit 9b6d5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/default/src/locales/zh/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"coze_notice": "对于 Coze 而言,模型名称即 Bot ID,你可以添加一个前缀 `bot-`,例如:`bot-123456`。",
135135
"douban_notice": "对于豆包而言,需要手动去",
136136
"douban_notice_link": "模型推理页面",
137-
"douban_notice_2": "创建推理接入点,以接入点名称作为模型名称,例如:`ep-20240608051426-tkxvl`。",
137+
"douban_notice_2": "创建推理接入点,以接入点名称作为模型名称,例如:`ep-20240608051426-tkxvl`。你可以结合模型重定向功能将其转换为常规的模型名称,例如:doubao-lite-4k -> ep-20240608051426-tkxvl(前者作为 JSON 的 key,后者作为 value)。注意,doubao-lite-4k 和 ep-20240608051426-tkxvl 都需要通过自定义模型的方式填入到本渠道的模型列表中。",
138138
"aws_region_placeholder": "region,例如:us-west-2",
139139
"aws_ak_placeholder": "AWS IAM Access Key",
140140
"aws_sk_placeholder": "AWS IAM Secret Key",

0 commit comments

Comments
 (0)