From 6184b9d7f427a3e33285ea1d15262912368eaa0e Mon Sep 17 00:00:00 2001 From: OpenHands Date: Mon, 25 Nov 2024 11:26:27 -0500 Subject: [PATCH] Fix issue #4820: [Bug]: litellm doesn't support function calling model from OpenRouter. bug cause codeactagent couldn't interact with internet solely without ask browser agent for help (#4822) Co-authored-by: Xingyao Wang --- openhands/llm/llm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openhands/llm/llm.py b/openhands/llm/llm.py index 58f41ca46244..2ed9732e1e7e 100644 --- a/openhands/llm/llm.py +++ b/openhands/llm/llm.py @@ -65,6 +65,7 @@ 'claude-3-5-sonnet', 'claude-3-5-sonnet-20240620', 'claude-3-5-sonnet-20241022', + 'claude-3.5-haiku', 'claude-3-5-haiku-20241022', 'gpt-4o-mini', 'gpt-4o',