Merge pull request #233 from SuanmoSuanyangTechnology/feature/model_zy

fix(web): model bugfix
This commit is contained in:
yingzhao
2026-01-29 12:11:17 +08:00
committed by GitHub
11 changed files with 173 additions and 114 deletions

View File

@@ -1118,7 +1118,10 @@ export const zh = {
tags: '标签',
createCustomModel: '添加自定义模型',
edit: '编辑',
selectOneTip: '模型未配置API KEY请先在模型广场配置',
selectOneTip: '模型未配置API KEY请先在模型列表配置',
load_balance_strategy: '并发策略',
round_robin: '顺序执行 - 按顺序依次调用每个模型',
none: '无',
api_key: 'API KEY',
api_base: 'API Base URL',