aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/litellm/llms/triton/completion/handler.py
blob: cd1b7a62d73402715d540d6c35b15c70a7034c71 (about) (plain)
1
2
3
4
5
"""
Triton Completion - uses `llm_http_handler.py` to make httpx requests

Request/Response transformation is handled in `transformation.py`
"""