File size: 127 Bytes
469eae6
 
 
 
 
1
2
3
4
5
6
from litellm.llms.base_llm.chat.transformation import BaseLLMException


class OpenRouterException(BaseLLMException):
    pass