mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
chore(cli): make sonnet first in openhands provider model choice (#9719)
This commit is contained in:
parent
1d04a83e08
commit
9a3bf0f2aa
@ -49,9 +49,9 @@ export const VERIFIED_ANTHROPIC_MODELS = [
|
||||
// LiteLLM does not return the compatible Mistral models with the provider, so we list them here to set them ourselves
|
||||
// (e.g., they return `devstral-small-2505` instead of `mistral/devstral-small-2505`)
|
||||
export const VERIFIED_MISTRAL_MODELS = [
|
||||
"devstral-small-2505",
|
||||
"devstral-small-2507",
|
||||
"devstral-medium-2507",
|
||||
"devstral-small-2505",
|
||||
];
|
||||
|
||||
// LiteLLM does not return the compatible OpenHands models with the provider, so we list them here to set them ourselves
|
||||
@ -61,9 +61,9 @@ export const VERIFIED_OPENHANDS_MODELS = [
|
||||
"claude-opus-4-20250514",
|
||||
"gemini-2.5-pro",
|
||||
"o4-mini",
|
||||
"devstral-small-2505",
|
||||
"devstral-small-2507",
|
||||
"devstral-medium-2507",
|
||||
"devstral-small-2505",
|
||||
];
|
||||
|
||||
// Default model for OpenHands provider
|
||||
|
||||
@ -182,11 +182,11 @@ VERIFIED_MISTRAL_MODELS = [
|
||||
]
|
||||
|
||||
VERIFIED_OPENHANDS_MODELS = [
|
||||
'claude-sonnet-4-20250514',
|
||||
'claude-opus-4-20250514',
|
||||
'devstral-small-2507',
|
||||
'devstral-medium-2507',
|
||||
'o4-mini',
|
||||
'claude-sonnet-4-20250514',
|
||||
'gemini-2.5-pro',
|
||||
]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user