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

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