mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-03 06:00:49 +00:00
fix: type & i18n & ut
This commit is contained in:
parent
b9dd080bd1
commit
6626745197
10 changed files with 535 additions and 4 deletions
|
|
@ -23,15 +23,16 @@ export const CODING_PLAN_ENV_KEY = 'BAILIAN_CODING_PLAN_API_KEY';
|
|||
export const CODING_PLAN_TEMPLATE: CodingPlanTemplate = [
|
||||
{
|
||||
id: 'qwen3-coder-plus',
|
||||
name: 'qwen3-coder-plur',
|
||||
name: 'qwen3-coder-plus',
|
||||
baseUrl: 'https://coding.dashscope.aliyuncs.com/v1',
|
||||
description: 'Qwen3 Coder Plus model from Bailian Coding Plan',
|
||||
description: 'qwen3-coder-plus model from Bailian Coding Plan',
|
||||
envKey: CODING_PLAN_ENV_KEY,
|
||||
},
|
||||
{
|
||||
id: 'qwen3-max-2026-01-23',
|
||||
name: 'qwen3-max-2026-01-23',
|
||||
description: 'Qwen3 Max Thinking model from Bailian Coding Plan',
|
||||
description:
|
||||
'qwen3 max model from Bailian Coding Plan with thinking enabled',
|
||||
baseUrl: 'https://coding.dashscope.aliyuncs.com/v1',
|
||||
envKey: CODING_PLAN_ENV_KEY,
|
||||
generationConfig: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue