mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
feat: Add LiteLLMExceptions loading in test for send chat functionality
This commit is contained in:
parent
4941a360cb
commit
8a3c95d8dd
2 changed files with 7 additions and 23 deletions
|
@ -74,7 +74,3 @@ class LiteLLMExceptions:
|
|||
def get_ex_info(self, ex):
|
||||
"""Return the ExInfo for a given exception instance"""
|
||||
return self.exceptions.get(ex.__class__, ExInfo(None, None, None))
|
||||
|
||||
|
||||
litellm_ex = LiteLLMExceptions()
|
||||
litellm_ex._load(strict=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue