Files
lijiaoqiao/llm-gateway-competitors/litellm-wheel-src/litellm/llms/cometapi/common_utils.py

8 lines
170 B
Python
Raw Normal View History

from litellm.llms.base_llm.chat.transformation import BaseLLMException
class CometAPIException(BaseLLMException):
"""CometAPI exception handling class"""
pass