feat: Add LiteLLMExceptions loading in test for send chat functionality

This commit is contained in:
Paul Gauthier 2024-11-07 13:09:47 -08:00 committed by Paul Gauthier (aider)
parent 4941a360cb
commit 8a3c95d8dd
2 changed files with 7 additions and 23 deletions

View file

@ -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)