Skip to content

Commit 6283e1f

Browse files
hungthai1401hannesrudolph
authored andcommitted
fix: remove extra space in GLM-4.5V model description
1 parent e5f5438 commit 6283e1f

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
@@ -42,7 +42,7 @@ export const internationalZAiModels = {
4242
cacheWritesPrice: 0,
4343
cacheReadsPrice: 0.11,
4444
description:
45-
"GLM-4.5V is Zhipu's new generation of visual reasoning models based on the MOE architecture.",
45+
"GLM-4.5V is Zhipu's new generation of visual reasoning models based on the MOE architecture.",
4646
},
4747
"glm-4.6": {
4848
maxTokens: 98_304,
@@ -135,7 +135,7 @@ export const mainlandZAiModels = {
135135
cacheWritesPrice: 0,
136136
cacheReadsPrice: 0.11,
137137
description:
138-
"GLM-4.5V is Zhipu's new generation of visual reasoning models based on the MOE architecture.",
138+
"GLM-4.5V is Zhipu's new generation of visual reasoning models based on the MOE architecture.",
139139
tiers: [
140140
{
141141
contextWindow: 32_000,

0 commit comments

Comments
 (0)