Skip to content

Commit ddffad3

Browse files
committed
fix(zai): simplify names in zaiApiLineConfigs for clarity
1 parent e0cb1bb commit ddffad3

File tree

1 file changed

+2
-2
lines changed
  • packages/types/src/providers

1 file changed

+2
-2
lines changed

packages/types/src/providers/zai.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,12 @@ export const ZAI_DEFAULT_TEMPERATURE = 0
197197

198198
export const zaiApiLineConfigs = {
199199
international_coding: {
200-
name: "International Coding Plan",
200+
name: "International",
201201
baseUrl: "https://api.z.ai/api/coding/paas/v4",
202202
isChina: false,
203203
},
204204
china_coding: {
205-
name: "China Coding Plan",
205+
name: "China",
206206
baseUrl: "https://open.bigmodel.cn/api/coding/paas/v4",
207207
isChina: true,
208208
},

0 commit comments

Comments
 (0)