Skip to content
New issue

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

关于频率限制 #78

Open
feeops opened this issue Apr 28, 2023 · 1 comment
Open

关于频率限制 #78

feeops opened this issue Apr 28, 2023 · 1 comment

Comments

@feeops
Copy link

feeops commented Apr 28, 2023

openai 本身有频率限制

免费试用用户现在除了 3 次请求 / 分钟外,还有个 token 数量限制,每分钟最多发送 4 万个 tokens

程序有避让措施吗?

@anc95
Copy link
Owner

anc95 commented Apr 28, 2023

为了节约token,只会对更新的文件进行review,如果文件改动过大(超过 4000 个字符)会自动跳过 review

看了下,OPENAI 确实改成了 3 次请求 / 分钟,之前我记得更多点有好几十,这里没做什么优化

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants