mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
refactor: Remove debug dump call in LiteLLMExceptions class
This commit is contained in:
parent
46058c275c
commit
041d679a54
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ class LiteLLMExceptions:
|
|||
|
||||
for var in self.exception_info:
|
||||
ex = getattr(litellm, var)
|
||||
dump(var, ex)
|
||||
self.exceptions[ex] = self.exception_info[var]
|
||||
|
||||
def exceptions_tuple(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue