zen: fix aws bedrock header
This commit is contained in:
@@ -43,7 +43,7 @@ export const anthropicHelper: ProviderHelper = ({ reqModel, providerModel }) =>
|
|||||||
...(isBedrock
|
...(isBedrock
|
||||||
? {
|
? {
|
||||||
anthropic_version: "bedrock-2023-05-31",
|
anthropic_version: "bedrock-2023-05-31",
|
||||||
anthropic_beta: supports1m ? "context-1m-2025-08-07" : undefined,
|
anthropic_beta: supports1m ? ["context-1m-2025-08-07"] : undefined,
|
||||||
model: undefined,
|
model: undefined,
|
||||||
stream: undefined,
|
stream: undefined,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user