2
0

Revert " (anthropic) Add Claude 3.5 model"

This reverts commit 99eae33187.
This commit is contained in:
Baptiste Arnaud
2024-06-28 09:04:39 +02:00
parent be28d9d96a
commit 1d74bce704

View File

@ -1,5 +1,4 @@
export const anthropicModels = [
'claude-3-5-sonnet-20240620 ',
'claude-3-opus-20240229',
'claude-3-sonnet-20240229',
'claude-3-haiku-20240307',
@ -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