Skip to content

Commit 2d2b325

Browse files
authored
[APIM] Update azure-openai-token-limit-policy.md
Fix tag in example
1 parent b37308e commit 2d2b325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ In the following example, the token limit of 5000 per minute is keyed by the cal
8282
<policies>
8383
<inbound>
8484
<base />
85-
<azure-openai-token-limit>
85+
<azure-openai-token-limit
8686
counter-key="@(context.Request.IpAddress)"
87-
tokens-per-minute="5000" estimate-prompt-tokens="false" "remaining-tokens-variable-name="remainingTokens"
87+
tokens-per-minute="5000" estimate-prompt-tokens="false" "remaining-tokens-variable-name="remainingTokens">
8888
</azure-openai-token-limit>
8989
</inbound>
9090
<outbound>

0 commit comments

Comments
 (0)