mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 20:54:59 +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:
|
for var in self.exception_info:
|
||||||
ex = getattr(litellm, var)
|
ex = getattr(litellm, var)
|
||||||
dump(var, ex)
|
|
||||||
self.exceptions[ex] = self.exception_info[var]
|
self.exceptions[ex] = self.exception_info[var]
|
||||||
|
|
||||||
def exceptions_tuple(self):
|
def exceptions_tuple(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue