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

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