-
Notifications
You must be signed in to change notification settings - Fork 20
Add claude-opus-5 to available model options #752
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
base: main
Are you sure you want to change the base?
Changes from all commits
e9f6528
72b0bb4
7db2573
707f991
3fd1d4d
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 | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -14,6 +14,7 @@ on: | |||||||||||||||
| options: | ||||||||||||||||
| - "claude-sonnet-4-6" | ||||||||||||||||
| - "claude-opus-4-8" | ||||||||||||||||
| - "claude-opus-5" | ||||||||||||||||
| - "claude-haiku-4-5" | ||||||||||||||||
|
Comment on lines
15
to
18
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. Claude Code only keep the latest models
Suggested change
|
||||||||||||||||
| category: | ||||||||||||||||
| description: "Evaluation category to run" | ||||||||||||||||
|
|
||||||||||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,6 +17,7 @@ on: | |
| - "claude-opus-4.6" | ||
|
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. We could do a clean up here, gpt-5.2 series are no longer avaiable. Probably no need to keep around the olders ones like claude 4.6 New ones:
|
||
| - "claude-opus-4.7" | ||
| - "claude-opus-4.8" | ||
| - "claude-opus-5" | ||
|
Groenbech96 marked this conversation as resolved.
|
||
| - "gpt-5.5" | ||
| - "gpt-5.4" | ||
| - "gpt-5.3-codex" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.