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

@@ -546,7 +546,10 @@ export const en = {
tags: 'Tags',
createCustomModel: 'Add Custom Model',
edit: 'Edit',
selectOneTip: 'Model API KEY not configured, please configure in Model Plaza first',
selectOneTip: 'Model API KEY not configured, please configure it in the model list first',
load_balance_strategy: 'Concurrency Strategy',
round_robin: 'Sequential Execution - Call each model in order',
none: 'None',
api_key: 'API KEY',
api_base: 'API Base URL',