Show claude-3-7-sonnet-thinking model for all users (#27256)

Release Notes:

- N/A
This commit is contained in:
Bennet Bo Fenner 2025-03-21 17:23:36 +01:00 committed by GitHub
parent a551a6139c
commit a52e2f9553
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -289,6 +289,10 @@ impl LanguageModelProvider for CloudLanguageModelProvider {
anthropic::Model::Claude3_7Sonnet.id().to_string(),
CloudModel::Anthropic(anthropic::Model::Claude3_7Sonnet),
);
models.insert(
anthropic::Model::Claude3_7SonnetThinking.id().to_string(),
CloudModel::Anthropic(anthropic::Model::Claude3_7SonnetThinking),
);
}
let llm_closed_beta_models = if cx.has_flag::<LlmClosedBeta>() {