aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/litellm/llms/triton/completion/handler.py
diff options
context:
space:
mode:
Diffstat (limited to '.venv/lib/python3.12/site-packages/litellm/llms/triton/completion/handler.py')
-rw-r--r--.venv/lib/python3.12/site-packages/litellm/llms/triton/completion/handler.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/litellm/llms/triton/completion/handler.py b/.venv/lib/python3.12/site-packages/litellm/llms/triton/completion/handler.py
new file mode 100644
index 00000000..cd1b7a62
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/litellm/llms/triton/completion/handler.py
@@ -0,0 +1,5 @@
+"""
+Triton Completion - uses `llm_http_handler.py` to make httpx requests
+
+Request/Response transformation is handled in `transformation.py`
+"""