moving to sonnet 4.5

This commit is contained in:
jacob-buster 2025-09-30 10:44:55 -06:00
parent d17d9ac844
commit c20234cc78
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { gatewayModel } from './providers/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');