Skip to content

Commit

Permalink
Update spark.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelyGuYiMeng authored Sep 22, 2024
1 parent d4d98ae commit 6f818ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/modelProviders/spark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Spark: ModelProviderCard = {
functionCall: false,
id: 'Pro-128k',
maxOutput: 4096,
tokens: 128_000,
tokens: 131_072,
},
{
description:
Expand All @@ -52,7 +52,7 @@ const Spark: ModelProviderCard = {
functionCall: false,
id: 'Max-32k',
maxOutput: 8192,
tokens: 8192,
tokens: 32_768,
},
{
description:
Expand Down

0 comments on commit 6f818ce

Please sign in to comment.