We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前支持一分钟内一个token的频率限制和一个token在几秒内只能用一次,能否将上面的所有数值都能开放设定?比如可以自己设定十分钟内一个token只能用30次 下面是已有的可设定参数
rate-limit = 10
cool-down = 3
The text was updated successfully, but these errors were encountered:
个人目前认为没有必要,因为根据poe-api的用户反馈,poe实际上是按照分钟限流的。
poe-api
可以再讨论。
Sorry, something went wrong.
No branches or pull requests
目前支持一分钟内一个token的频率限制和一个token在几秒内只能用一次,能否将上面的所有数值都能开放设定?比如可以自己设定十分钟内一个token只能用30次
下面是已有的可设定参数
Rate limit. Default to 10 api calls per token in 1 minute
rate-limit = 10
Cool down of seconds. One same token cannot be used more than once in n seconds
cool-down = 3
The text was updated successfully, but these errors were encountered: