Revert "⚡ (anthropic) Add Claude 3.5 model"
This reverts commit 99eae33187
.
This commit is contained in:
@ -1,5 +1,4 @@
|
|||||||
export const anthropicModels = [
|
export const anthropicModels = [
|
||||||
'claude-3-5-sonnet-20240620 ',
|
|
||||||
'claude-3-opus-20240229',
|
'claude-3-opus-20240229',
|
||||||
'claude-3-sonnet-20240229',
|
'claude-3-sonnet-20240229',
|
||||||
'claude-3-haiku-20240307',
|
'claude-3-haiku-20240307',
|
||||||
@ -9,7 +8,7 @@ export const anthropicModels = [
|
|||||||
] as const
|
] as const
|
||||||
|
|
||||||
export const defaultAnthropicOptions = {
|
export const defaultAnthropicOptions = {
|
||||||
model: 'claude-3-opus-20240229',
|
model: anthropicModels[0],
|
||||||
temperature: 1,
|
temperature: 1,
|
||||||
maxTokens: 1024,
|
maxTokens: 1024,
|
||||||
} as const
|
} as const
|
||||||
|
Reference in New Issue
Block a user