Change zed.dev's default model to Claude 3.7 Sonnet (#28541)

From Claude 3.5 Sonnet to **Claude 3.7 Sonnet**.

Release Notes:

- Change the default model of Zed's hosted LLM service to Claude 3.7
Sonnet.
This commit is contained in:
Danilo Leal 2025-04-10 18:34:04 -03:00 committed by GitHub
parent 94b75f3ad9
commit 73305ce45e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 10 deletions

View file

@ -2998,11 +2998,11 @@ Run the `theme selector: toggle` action in the command palette to see a current
"default_height": 320,
"default_model": {
"provider": "zed.dev",
"model": "claude-3-5-sonnet-latest"
"model": "claude-3-7-sonnet-latest"
},
"editor_model": {
"provider": "zed.dev",
"model": "claude-3-5-sonnet-latest"
"model": "claude-3-7-sonnet-latest"
}
}
```