Skip to content

Commit

Permalink
Revert ":zap: (anthropic) Add Claude 3.5 model"
Browse files Browse the repository at this point in the history
This reverts commit 99eae33.
  • Loading branch information
baptisteArno committed Jun 28, 2024
1 parent be28d9d commit 1d74bce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/forge/blocks/anthropic/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export const anthropicModels = [
'claude-3-5-sonnet-20240620 ',
'claude-3-opus-20240229',
'claude-3-sonnet-20240229',
'claude-3-haiku-20240307',
Expand All @@ -9,7 +8,7 @@ export const anthropicModels = [
] as const

export const defaultAnthropicOptions = {
model: 'claude-3-opus-20240229',
model: anthropicModels[0],
temperature: 1,
maxTokens: 1024,
} as const
Expand Down

0 comments on commit 1d74bce

Please sign in to comment.