mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Add Groq models to function calling patterns (#11745)
This commit is contained in:
parent
6c121bde74
commit
60c4d9a23f
@ -80,6 +80,8 @@ FUNCTION_CALLING_PATTERNS: list[str] = [
|
||||
'o4-mini*',
|
||||
# Google Gemini
|
||||
'gemini-2.5-pro*',
|
||||
# Groq models (via groq/ provider prefix)
|
||||
'groq/*',
|
||||
# Others
|
||||
'kimi-k2-0711-preview',
|
||||
'kimi-k2-instruct',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user