diff --git a/aider/llm.py b/aider/llm.py index 73f7a25a5..82f86027a 100644 --- a/aider/llm.py +++ b/aider/llm.py @@ -20,6 +20,7 @@ class LazyLiteLLM: self._lazy_module.suppress_debug_info = True self._lazy_module.set_verbose = False + self._lazy_module.drop_params = True return getattr(self._lazy_module, name)