Skip to content

Commit 7886db1

Browse files
authored
fix(providers): update Claude Sonnet 4 model identifier (block#4884)
Signed-off-by: John M Daly <[email protected]>
1 parent 031b8b7 commit 7886db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/goose/src/providers/githubcopilot.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ pub const GITHUB_COPILOT_KNOWN_MODELS: &[&str] = &[
3030
"o1",
3131
"o3-mini",
3232
"claude-3.7-sonnet",
33-
"claude-sonnet-4-20250514",
33+
"claude-sonnet-4",
3434
];
3535

3636
pub const GITHUB_COPILOT_STREAM_MODELS: &[&str] =
37-
&["gpt-4.1", "claude-3.7-sonnet", "claude-sonnet-4-20250514"];
37+
&["gpt-4.1", "claude-3.7-sonnet", "claude-sonnet-4"];
3838

3939
const GITHUB_COPILOT_DOC_URL: &str =
4040
"https://docs.github.com/en/copilot/using-github-copilot/ai-models";

0 commit comments

Comments
 (0)