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
|
@ -274,7 +274,7 @@ async fn create_billing_subscription(
|
|||
customer.id
|
||||
};
|
||||
|
||||
let default_model = llm_db.model(rpc::LanguageModelProvider::Anthropic, "claude-3-5-sonnet")?;
|
||||
let default_model = llm_db.model(rpc::LanguageModelProvider::Anthropic, "claude-3-7-sonnet")?;
|
||||
let stripe_model = stripe_billing.register_model(default_model).await?;
|
||||
let success_url = format!(
|
||||
"{}/account?checkout_complete=1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue