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

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