Skip to content

Commit

Permalink
update playground
Browse files Browse the repository at this point in the history
  • Loading branch information
mruwnik committed Jun 30, 2024
1 parent a8ded96 commit 8ad86ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/hooks/useSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export const MODELS: { [key: string]: Model } = {
"gpt-4o": { maxNumTokens: 128000, topKBlocks: 50 },
"claude-3-opus-20240229": { maxNumTokens: 200000, topKBlocks: 50 },
"claude-3-sonnet-20240229": { maxNumTokens: 200_000, topKBlocks: 50 },
"claude-3-5-sonnet-20240620": { maxNumTokens: 200_000, topKBlocks: 50 },
"claude-3-haiku-20240307": { maxNumTokens: 200_000, topKBlocks: 50 },
"claude-2.1": { maxNumTokens: 200_000, topKBlocks: 50 },
"claude-2.0": { maxNumTokens: 100_000, topKBlocks: 50 },
Expand Down

0 comments on commit 8ad86ba

Please sign in to comment.