diff options
Diffstat (limited to '.venv/lib/python3.12/site-packages/litellm/llms/deepgram/common_utils.py')
-rw-r--r-- | .venv/lib/python3.12/site-packages/litellm/llms/deepgram/common_utils.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/litellm/llms/deepgram/common_utils.py b/.venv/lib/python3.12/site-packages/litellm/llms/deepgram/common_utils.py new file mode 100644 index 00000000..a741b092 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/litellm/llms/deepgram/common_utils.py @@ -0,0 +1,5 @@ +from litellm.llms.base_llm.chat.transformation import BaseLLMException + + +class DeepgramException(BaseLLMException): + pass |