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