mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-13 15:07:47 +00:00
4201f0aa79
- Added `forward_client_headers_to_llm_api` setting in the Bedrock documentation to facilitate client-side header forwarding. - Updated `completion` function to use merged headers instead of original `extra_headers`. - Improved request handling in `BedrockConverseLLM` and `AmazonInvokeConfig` to ensure proper header management for `anthropic-beta` parameters. - Refactored request transformation logic to return the transformed request for better clarity and functionality.