mirror of https://github.com/buster-so/buster.git
moving to sonnet 4.5
This commit is contained in:
parent
d17d9ac844
commit
c20234cc78
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue