Update default model in Zed

This commit is contained in:
Max Bucknell 2025-05-19 13:35:46 -07:00
parent b1a4b8fad2
commit efcf10d692
No known key found for this signature in database

View file

@ -16,7 +16,7 @@
"assistant": {
"default_model": {
"provider": "anthropic",
"model": "claude-3-5-sonnet-latest"
"model": "claude-3-7-sonnet-latest"
},
"version": "2"
},
@ -59,7 +59,7 @@
"wrap_guides": [80],
"use_smartcase_search": true,
"terminal": {
"dock": "right",
"dock": "bottom",
"toolbar": {
"breadcrumbs": false
}