File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ describe("UnboundHandler", () => {
294294 unboundModelInfo : undefined ,
295295 } )
296296 const modelInfo = handlerWithInvalidModel . getModel ( )
297- expect ( modelInfo . id ) . toBe ( "anthropic/claude-3-5 -sonnet-20241022 " ) // Default model
297+ expect ( modelInfo . id ) . toBe ( "anthropic/claude-3-7 -sonnet-20250219 " ) // Default model
298298 expect ( modelInfo . info ) . toBeDefined ( )
299299 } )
300300 } )
Original file line number Diff line number Diff line change @@ -1087,7 +1087,7 @@ export const mistralModels = {
10871087
10881088// Unbound Security
10891089// https://www.unboundsecurity.ai/ai-gateway
1090- export const unboundDefaultModelId = "anthropic/claude-3-5 -sonnet-20241022 "
1090+ export const unboundDefaultModelId = "anthropic/claude-3-7 -sonnet-20250219 "
10911091export const unboundDefaultModelInfo : ModelInfo = {
10921092 maxTokens : 8192 ,
10931093 contextWindow : 200_000 ,
You can’t perform that action at this time.
0 commit comments