Merge pull request #1215 from buster-so/jacob-bus-2006-evaluate-sonnet-45

moving to sonnet 4.5
This commit is contained in:
dal 2025-09-30 10:52:55 -06:00 committed by GitHub
commit 016cec3ae7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { gatewayModel } from './providers/gateway'; import { gatewayModel } from './providers/gateway';
// Export Sonnet 4 model using AI Gateway // Export Sonnet 4 model using AI Gateway
export const Sonnet4 = gatewayModel('anthropic/claude-4-sonnet-20250514'); export const Sonnet4 = gatewayModel('anthropic/claude-sonnet-4.5');