aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/litellm/llms/infinity/rerank/handler.py
blob: 5b8a2c0c871fac3533e7cd7d077293e130abf3d9 (about) (plain)
1
2
3
4
5
"""
Infinity Rerank - uses `llm_http_handler.py` to make httpx requests

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