We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031b8b7 commit 7886db1Copy full SHA for 7886db1
crates/goose/src/providers/githubcopilot.rs
@@ -30,11 +30,11 @@ pub const GITHUB_COPILOT_KNOWN_MODELS: &[&str] = &[
30
"o1",
31
"o3-mini",
32
"claude-3.7-sonnet",
33
- "claude-sonnet-4-20250514",
+ "claude-sonnet-4",
34
];
35
36
pub const GITHUB_COPILOT_STREAM_MODELS: &[&str] =
37
- &["gpt-4.1", "claude-3.7-sonnet", "claude-sonnet-4-20250514"];
+ &["gpt-4.1", "claude-3.7-sonnet", "claude-sonnet-4"];
38
39
const GITHUB_COPILOT_DOC_URL: &str =
40
"https://docs.github.com/en/copilot/using-github-copilot/ai-models";
0 commit comments