mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-03 14:10:43 +00:00
fix(cli): update regionName format from 'Bailian Coding Plan (Global/Intl)' to 'Coding Plan (Bailian, Global/Intl)'
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
c1789a0458
commit
78a4ab1b48
10 changed files with 79 additions and 62 deletions
|
|
@ -113,8 +113,8 @@ export function getCodingPlanConfig(region: CodingPlanRegion) {
|
|||
: 'https://coding-intl.dashscope.aliyuncs.com/v1';
|
||||
const regionName =
|
||||
region === CodingPlanRegion.CHINA
|
||||
? 'Bailian Coding Plan (China)'
|
||||
: 'Bailian Coding Plan (Global/Intl)';
|
||||
? 'Coding Plan (Bailian, China)'
|
||||
: 'Coding Plan (Bailian, Global/Intl)';
|
||||
|
||||
return {
|
||||
template,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue