aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/litellm/llms/bedrock/chat/converse_like/handler.py
blob: c26886b713f3611777218c7ed3d97d181ccd1b01 (about) (plain)
1
2
3
4
5
"""
Uses base_llm_http_handler to call the 'converse like' endpoint.

Relevant issue: https://github.com/BerriAI/litellm/issues/8085
"""