TestLLM / litellm /llms /deepgram /common_utils.py
Raju2024's picture
Upload 1072 files
e3278e4 verified
raw
history blame contribute delete
125 Bytes
from litellm.llms.base_llm.chat.transformation import BaseLLMException
class DeepgramException(BaseLLMException):
pass