Skip to content

Commit 23ef155

Browse files
authored
Feat/add llama 4 (#316)
* feat: add llama4 model * fix: remove autogen & pump litellm gpt4.1 fallback fix * fix: use commit that have no upstream update litellm * fix: pump litellm version * fix: pump litellm with gpt4.1 fix
1 parent 13de1d1 commit 23ef155

File tree

5 files changed

+866
-166
lines changed

5 files changed

+866
-166
lines changed

openhands/llm/llm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
'grok-3-mini',
8080
'grok-3-mini-beta',
8181
'skylark-prod-250415',
82+
'llama-4-maverick',
8283
]
8384

8485
REASONING_EFFORT_SUPPORTED_MODELS = [

0 commit comments

Comments
 (0)