diff --git a/portable/lib/bootstrap-xiapan.mjs b/portable/lib/bootstrap-xiapan.mjs index 5b32861..942d61c 100644 --- a/portable/lib/bootstrap-xiapan.mjs +++ b/portable/lib/bootstrap-xiapan.mjs @@ -16,9 +16,9 @@ const DEFAULT_PROVIDER_TEMPLATE = { baseUrl: 'https://api.u-claw.org/v1', api: 'openai-completions', models: [ - { id: 'deepseek-chat', label: 'DeepSeek Chat' }, - { id: 'qwen-plus', label: 'Qwen Plus' }, - { id: 'qwen-turbo', label: 'Qwen Turbo' }, + { id: 'deepseek-chat', name: 'DeepSeek Chat' }, + { id: 'qwen-plus', name: 'Qwen Plus' }, + { id: 'qwen-turbo', name: 'Qwen Turbo' }, ], }; diff --git a/u-claw-app/src/lib/bootstrap-xiapan.mjs b/u-claw-app/src/lib/bootstrap-xiapan.mjs index 5b32861..942d61c 100644 --- a/u-claw-app/src/lib/bootstrap-xiapan.mjs +++ b/u-claw-app/src/lib/bootstrap-xiapan.mjs @@ -16,9 +16,9 @@ const DEFAULT_PROVIDER_TEMPLATE = { baseUrl: 'https://api.u-claw.org/v1', api: 'openai-completions', models: [ - { id: 'deepseek-chat', label: 'DeepSeek Chat' }, - { id: 'qwen-plus', label: 'Qwen Plus' }, - { id: 'qwen-turbo', label: 'Qwen Turbo' }, + { id: 'deepseek-chat', name: 'DeepSeek Chat' }, + { id: 'qwen-plus', name: 'Qwen Plus' }, + { id: 'qwen-turbo', name: 'Qwen Turbo' }, ], };