mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
* add base rerank config * working sync cohere rerank * update rerank types * update base rerank config * remove old rerank * add new cohere handler.py * add cohere rerank transform * add get_provider_rerank_config * add rerank to base llm http handler * add rerank utils * add arerank to llm http handler.py * add AzureAIRerankConfig * updates rerank config * update test rerank * fix unused imports * update get_provider_rerank_config * test_basic_rerank_caching * fix unused import * test rerank
5 lines
143 B
Python
5 lines
143 B
Python
"""
|
|
Azure AI Rerank - uses `llm_http_handler.py` to make httpx requests
|
|
|
|
Request/Response transformation is handled in `transformation.py`
|
|
"""
|