litellm param for anthropic tool calling

frdel committed Aug 28, 2025 at 08:59 UTC d2ec07c6ed840d7a41a2f834659e543399243cc3
1 file changed +1 -1
models.py
+1 -1
@@ -53,7 +53,7 @@ def turn_off_logging():
53 # init
54 load_dotenv()
55 turn_off_logging()
56 -
56 +litellm.modify_params = True # helps fix anthropic tool calls by browser-use
57
58 class ModelType(Enum):
59 CHAT = "Chat"