Shyamnath's picture
Push core package and essential files
469eae6
raw
history blame contribute delete
127 Bytes
from litellm.llms.base_llm.chat.transformation import BaseLLMException
class OpenRouterException(BaseLLMException):
pass