There was an error while loading. Please reload this page.
1 parent 24bba4c commit 57aa04eCopy full SHA for 57aa04e
1 file changed
labs/aws-bedrock/policy.xml
@@ -1,9 +1,6 @@
1
<policies>
2
<inbound>
3
<base />
4
- <azure-openai-token-limit counter-key="@(context.Subscription.Id)"
5
- tokens-per-minute="500" estimate-prompt-tokens="false" remaining-tokens-variable-name="remainingTokens">
6
- </azure-openai-token-limit>
7
<set-variable name="now" value="@(DateTime.UtcNow)" />
8
<set-header name="X-Amz-Date" exists-action="override">
9
<value>@(((DateTime)context.Variables["now"]).ToString("yyyyMMddTHHmmssZ"))</value>
0 commit comments