-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Update defaults to gpt-5.1 #6652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
4201b1e
b26fb5c
94a3753
2004353
53a2dc8
d342090
0ff2421
ac878a0
894495b
367590d
b9022dd
34815c9
c43e612
0b66d1e
571bc5d
9cbbdd5
c474991
e550fbe
d82ca66
25a9909
465ae99
27e7040
e20664e
5bfbec4
0fb3371
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| model = "gpt-5" | ||
| model = "gpt-5.1" | ||
|
|
||
| # Consider setting [mcp_servers] here! |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -132,7 +132,7 @@ pub fn find_family_for_model(slug: &str) -> Option<ModelFamily> { | |
| model_family!(slug, "gpt-4o", needs_special_apply_patch_instructions: true) | ||
| } else if slug.starts_with("gpt-3.5") { | ||
| model_family!(slug, "gpt-3.5", needs_special_apply_patch_instructions: true) | ||
| } else if slug.starts_with("test-gpt-5-codex") { | ||
| } else if slug.starts_with("test-gpt-5") { | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ??
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. to include test-gpt-5.1
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it has codex prompt
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. oh yeah I wanted to support gpt-5.1-codex just for tests |
||
| model_family!( | ||
| slug, slug, | ||
| supports_reasoning_summaries: true, | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's double check with @dylan-hurd-oai
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.