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

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