mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08: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:
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];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user