mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
* docs: cleanup doc * feat(bedrock/): initial commit adding bedrock/converse_like/<model> route support allows routing to a converse like endpoint Resolves https://github.com/BerriAI/litellm/issues/8085 * feat(bedrock/chat/converse_transformation.py): make converse config base config compatible enables new 'converse_like' route * feat(converse_transformation.py): enables using the proxy with converse like api endpoint Resolves https://github.com/BerriAI/litellm/issues/8085
5 lines
137 B
Python
5 lines
137 B
Python
"""
|
|
Uses base_llm_http_handler to call the 'converse like' endpoint.
|
|
|
|
Relevant issue: https://github.com/BerriAI/litellm/issues/8085
|
|
"""
|