Skip to content

Commit 4dd4475

Browse files
authored
Update azure-openai-token-limit-policy.md
fix example
1 parent 09799b3 commit 4dd4475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/azure-openai-token-limit-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ In the following example, the token limit of 5000 per minute is keyed by the cal
8383
<base />
8484
<azure-openai-token-limit
8585
counter-key="@(context.Request.IpAddress)"
86-
tokens-per-minute="5000" estimate-prompt-tokens="false" "remaining-tokens-variable-name="remainingTokens" />
86+
tokens-per-minute="5000" estimate-prompt-tokens="false" remaining-tokens-variable-name="remainingTokens" />
8787
</inbound>
8888
<outbound>
8989
<base />

0 commit comments

Comments
 (0)