mirror of
https://github.com/alibaba/higress.git
synced 2026-02-06 23:21:08 +08:00
docs: unknown config entry <show_limit_quota_header> in ai-token-ratelimit plugin (#3241)
This commit is contained in:
@@ -83,7 +83,6 @@ global_threshold:
|
|||||||
token_per_minute: 1000 # 自定义规则组每分钟1000个token
|
token_per_minute: 1000 # 自定义规则组每分钟1000个token
|
||||||
redis:
|
redis:
|
||||||
service_name: redis.static
|
service_name: redis.static
|
||||||
show_limit_quota_header: true
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### 识别请求参数 apikey,进行区别限流
|
### 识别请求参数 apikey,进行区别限流
|
||||||
|
|||||||
@@ -89,7 +89,6 @@ global_threshold:
|
|||||||
token_per_minute: 1000 # 1000 tokens per minute for the custom rule group
|
token_per_minute: 1000 # 1000 tokens per minute for the custom rule group
|
||||||
redis:
|
redis:
|
||||||
service_name: redis.static
|
service_name: redis.static
|
||||||
show_limit_quota_header: true
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Identify request parameter apikey for differentiated rate limiting
|
### Identify request parameter apikey for differentiated rate limiting
|
||||||
|
|||||||
Reference in New Issue
Block a user