Show claude-3-7-sonnet-thinking model for all users (#27256)
Release Notes: - N/A
This commit is contained in:
parent
a551a6139c
commit
a52e2f9553
1 changed files with 4 additions and 0 deletions
|
@ -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>() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue