litellm param for anthropic tool calling
frdel committed
Aug 28, 2025 at 08:59 UTC
dc6559f2bd41c439243271d04dc772c51b61e838
1 file changed
+1
models.py
+1
@@ -56,6 +56,7 @@ load_dotenv()
56
turn_off_logging()
57
browser_use_monkeypatch.apply()
58
59
+litellm.modify_params = True # helps fix anthropic tool calls by browser-use
60
61
class ModelType(Enum):
62
CHAT = "Chat"