🤖 feat: Add support for claude-3-5-sonnet-20241022 (#4510)

This commit is contained in:
Danny Avila 2024-10-22 16:45:26 -04:00 committed by GitHub
parent ebe3e7f796
commit 4da35b9cf5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 36 additions and 5 deletions

View file

@ -241,7 +241,7 @@ const ANTHROPIC_MAX_OUTPUT = 8192;
const LEGACY_ANTHROPIC_MAX_OUTPUT = 4096;
export const anthropicSettings = {
model: {
default: 'claude-3-5-sonnet-20240620',
default: 'claude-3-5-sonnet-20241022',
},
temperature: {
min: 0,