Skip to content

Commit 9eceb6d

Browse files
authored
Update azure-openai-token-limit-policy.md
tag format
1 parent 2d2b325 commit 9eceb6d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ For more information, see [Azure OpenAI Service models](../ai-services/openai/co
4646
remaining-tokens-header-name="header name"
4747
remaining-tokens-variable-name="policy expression variable name"
4848
consumed-tokens-header-name="header name"
49-
consumed-tokens-variable-name="policy expression variable name">
50-
</azure-openai-token-limit>
49+
consumed-tokens-variable-name="policy expression variable name" />
5150
```
5251
## Attributes
5352

@@ -84,8 +83,7 @@ In the following example, the token limit of 5000 per minute is keyed by the cal
8483
<base />
8584
<azure-openai-token-limit
8685
counter-key="@(context.Request.IpAddress)"
87-
tokens-per-minute="5000" estimate-prompt-tokens="false" "remaining-tokens-variable-name="remainingTokens">
88-
</azure-openai-token-limit>
86+
tokens-per-minute="5000" estimate-prompt-tokens="false" "remaining-tokens-variable-name="remainingTokens" />
8987
</inbound>
9088
<outbound>
9189
<base />

0 commit comments

Comments
 (0)