mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: remove extra space in GLM-4.5V model description
This commit is contained in:
parent
8f7d39ba79
commit
35ee073817
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ export const internationalZAiModels = {
|
|||
cacheWritesPrice: 0,
|
||||
cacheReadsPrice: 0.11,
|
||||
description:
|
||||
"GLM-4.5V is Zhipu's new generation of visual reasoning models based on the MOE architecture.",
|
||||
"GLM-4.5V is Zhipu's new generation of visual reasoning models based on the MOE architecture.",
|
||||
},
|
||||
"glm-4.6": {
|
||||
maxTokens: 98_304,
|
||||
|
|
@ -135,7 +135,7 @@ export const mainlandZAiModels = {
|
|||
cacheWritesPrice: 0,
|
||||
cacheReadsPrice: 0.11,
|
||||
description:
|
||||
"GLM-4.5V is Zhipu's new generation of visual reasoning models based on the MOE architecture.",
|
||||
"GLM-4.5V is Zhipu's new generation of visual reasoning models based on the MOE architecture.",
|
||||
tiers: [
|
||||
{
|
||||
contextWindow: 32_000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue