Skip to content

Commit

Permalink
💄 style:improve zhipu model tokens (lobehub#3680)
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelyGuYiMeng authored Aug 30, 2024
1 parent 24dd3c8 commit 34b817a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/modelProviders/zhipu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const ZhiPu: ModelProviderCard = {
displayName: 'GLM-4V-Plus',
enabled: true,
id: 'glm-4v-plus',
tokens: 8000,
tokens: 8192,
vision: true,
},
{
Expand All @@ -83,7 +83,7 @@ const ZhiPu: ModelProviderCard = {
displayName: 'GLM-4V',
enabled: true,
id: 'glm-4v',
tokens: 2000,
tokens: 2048,
vision: true,
},
{
Expand Down

0 comments on commit 34b817a

Please sign in to comment.