Skip to content

Commit dd8bc12

Browse files
author
gitName
committed
correct example
1 parent 2d5e6e6 commit dd8bc12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -97,7 +97,7 @@ In the following example, the token rate limit of 5000 per minute is keyed by th
9797

9898
### Token quota
9999

100-
In the following example, the token quota of 10000 is keyed by the subscription ID and resets daily. After each policy execution, the number of remaining tokens allowed for that subscription ID in the time period is stored in the variable `remainingQuotaTokens`.
100+
In the following example, the token quota of 10000 is keyed by the subscription ID and resets monthly. After each policy execution, the number of remaining tokens allowed for that subscription ID in the time period is stored in the variable `remainingQuotaTokens`.
101101

102102
```xml
103103
<policies>

articles/api-management/llm-token-limit-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ In the following example, the token rate limit of 5000 per minute is keyed by th
9898

9999
### Token quota
100100

101-
In the following example, the token quota of 10000 is keyed by the subscription ID and resets daily. After each policy execution, the number of remaining tokens allowed for that subscription ID in the time period is stored in the variable `remainingQuotaTokens`.
101+
In the following example, the token quota of 10000 is keyed by the subscription ID and resets monthly. After each policy execution, the number of remaining tokens allowed for that subscription ID in the time period is stored in the variable `remainingQuotaTokens`.
102102

103103
```xml
104104
<policies>

0 commit comments

Comments
 (0)