1 2 3 4 5
from litellm.llms.base_llm.chat.transformation import BaseLLMException class OpenRouterException(BaseLLMException): pass