mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
fix: Add claude-3-opus-20240229 option to settingsService.ts (#342)
* Added claude-3-opus-20240229 option to settingsService.ts * Fix lint error --------- Co-authored-by: Jim Su <jimsu@protonmail.com>
This commit is contained in:
committed by
GitHub
parent
a6f0c066b5
commit
f3fda42765
@@ -7,8 +7,8 @@ export const MODELS = [
|
||||
"gpt-3.5-turbo-1106",
|
||||
"gpt-4-0125-preview",
|
||||
"claude-3-haiku-20240307",
|
||||
"claude-3-opus-20240229",
|
||||
"claude-3-sonnet-20240229",
|
||||
"claude-3-sonnet-20240307",
|
||||
];
|
||||
|
||||
export type Model = (typeof MODELS)[number];
|
||||
|
||||
Reference in New Issue
Block a user