mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
Use latest Anthropic Sonnet 3.5 model
It's more powerful than the previous version: https://www.anthropic.com/news/3-5-models-and-computer-use
This commit is contained in:
parent
cecbc55380
commit
a4c2550456
@ -5,5 +5,5 @@ export function getAnthropicModel(apiKey: string) {
|
||||
apiKey,
|
||||
});
|
||||
|
||||
return anthropic('claude-3-5-sonnet-20240620');
|
||||
return anthropic('claude-3-5-sonnet-20241022');
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user