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
This commit is contained in:
parent
710f6b2dcd
commit
5fae714b23
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ class AmazonMantleConfig(AmazonAnthropicClaudeConfig):
|
|||
)
|
||||
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
|
||||
|
||||
def transform_request(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue