Skip to content

Commit

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

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

0 comments on commit 99eae33

Please sign in to comment.