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:
parent
94b75f3ad9
commit
73305ce45e
6 changed files with 10 additions and 10 deletions
|
@ -316,8 +316,8 @@ Where `some-provider` can be any of the following values: `anthropic`, `google`,
|
|||
|
||||
### Configuring Models {#default-model}
|
||||
|
||||
The default model can be set via the model dropdown in the assistant panel's top-right corner. Selecting a model saves it as the default.
|
||||
You can also manually edit the `default_model` object in your settings:
|
||||
Zed's hosted LLM service sets `claude-3-7-sonnet-latest` as the default model.
|
||||
However, you can change it either via the model dropdown in the Assistant Panel's bottom-left corner or by manually editing the `default_model` object in your settings:
|
||||
|
||||
```json
|
||||
{
|
||||
|
@ -325,7 +325,7 @@ You can also manually edit the `default_model` object in your settings:
|
|||
"version": "2",
|
||||
"default_model": {
|
||||
"provider": "zed.dev",
|
||||
"model": "claude-3-5-sonnet"
|
||||
"model": "gpt-4o"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue