📖 Docs: Update documentation
Browse files- README.md +2 -2
- README_CN.md +2 -2
README.md
CHANGED
@@ -92,8 +92,8 @@ providers:
|
|
92 |
preferences:
|
93 |
api_key_rate_limit: 15/min # Each API Key can request up to 15 times per minute, optional. The default is 999999/min. Supports multiple frequency constraints: 15/min,10/day
|
94 |
# api_key_rate_limit: # You can set different frequency limits for each model
|
95 |
-
#
|
96 |
-
#
|
97 |
# default: 4/min # If the model does not set the frequency limit, use the frequency limit of default
|
98 |
api_key_cooldown_period: 60 # Each API Key will be cooled down for 60 seconds after encountering a 429 error. Optional, the default is 0 seconds. When set to 0, the cooling mechanism is not enabled. When there are multiple API keys, the cooling mechanism will take effect.
|
99 |
|
|
|
92 |
preferences:
|
93 |
api_key_rate_limit: 15/min # Each API Key can request up to 15 times per minute, optional. The default is 999999/min. Supports multiple frequency constraints: 15/min,10/day
|
94 |
# api_key_rate_limit: # You can set different frequency limits for each model
|
95 |
+
# gemini-1.5-pro: 3/min
|
96 |
+
# gemini-1.5-flash: 2/min
|
97 |
# default: 4/min # If the model does not set the frequency limit, use the frequency limit of default
|
98 |
api_key_cooldown_period: 60 # Each API Key will be cooled down for 60 seconds after encountering a 429 error. Optional, the default is 0 seconds. When set to 0, the cooling mechanism is not enabled. When there are multiple API keys, the cooling mechanism will take effect.
|
99 |
|
README_CN.md
CHANGED
@@ -92,8 +92,8 @@ providers:
|
|
92 |
preferences:
|
93 |
api_key_rate_limit: 15/min # 每个 API Key 每分钟最多请求次数,选填。默认为 999999/min。支持多个频率约束条件:15/min,10/day
|
94 |
# api_key_rate_limit: # 可以为每个模型设置不同的频率限制
|
95 |
-
#
|
96 |
-
#
|
97 |
# default: 4/min # 如果模型没有设置频率限制,使用 default 的频率限制
|
98 |
api_key_cooldown_period: 60 # 每个 API Key 遭遇 429 错误后的冷却时间,单位为秒,选填。默认为 0 秒, 当设置为 0 秒时,不启用冷却机制。当存在多个 API key 时才会生效。
|
99 |
|
|
|
92 |
preferences:
|
93 |
api_key_rate_limit: 15/min # 每个 API Key 每分钟最多请求次数,选填。默认为 999999/min。支持多个频率约束条件:15/min,10/day
|
94 |
# api_key_rate_limit: # 可以为每个模型设置不同的频率限制
|
95 |
+
# gemini-1.5-pro: 3/min
|
96 |
+
# gemini-1.5-flash: 2/min
|
97 |
# default: 4/min # 如果模型没有设置频率限制,使用 default 的频率限制
|
98 |
api_key_cooldown_period: 60 # 每个 API Key 遭遇 429 错误后的冷却时间,单位为秒,选填。默认为 0 秒, 当设置为 0 秒时,不启用冷却机制。当存在多个 API key 时才会生效。
|
99 |
|