mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix: send anthropic-workspace-id header for Bedrock Mantle (messages surface)
This commit is contained in:
parent
5fae714b23
commit
01e6693aa7
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class AmazonMantleMessagesConfig(AmazonAnthropicClaudeMessagesConfig):
|
|||
)
|
||||
project_id = litellm_params.get("aws_bedrock_project_id")
|
||||
if project_id:
|
||||
headers["anthropic-workspace"] = project_id
|
||||
headers["anthropic-workspace-id"] = project_id
|
||||
return headers, api_base
|
||||
|
||||
def transform_anthropic_messages_request(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue