mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
Set litellm.drop_params=True #805
This commit is contained in:
parent
e47c2a913a
commit
66f7cfb38f
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ class LazyLiteLLM:
|
||||||
|
|
||||||
self._lazy_module.suppress_debug_info = True
|
self._lazy_module.suppress_debug_info = True
|
||||||
self._lazy_module.set_verbose = False
|
self._lazy_module.set_verbose = False
|
||||||
|
self._lazy_module.drop_params = True
|
||||||
|
|
||||||
return getattr(self._lazy_module, name)
|
return getattr(self._lazy_module, name)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue