-
Notifications
You must be signed in to change notification settings - Fork 11
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
update rate limits #185
update rate limits #185
Conversation
WalkthroughThe pull request updates the Changes
Possibly related PRs
Suggested reviewers
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
[dependabot skip]
Deploying coderabbit-docs with Cloudflare Pages
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (2)
docs/faq.md (2)
111-115
: Improve clarity in plan names and limits presentationThe table structure could be clearer by separating Free and Trial plans since they have different review limits. Consider restructuring for better readability:
-| Feature | Free/Trial | Pro/Lite Plan | -| ---------------- | ----------------------------- | ------------- | -| Files per hour | 300 | 600 | -| Reviews per hour | Trial: 5, OSS: 4 | 8 | -| Conversations | 25 back-to-back, then 50/hour | Higher limits | +| Feature | Free Plan | Trial Plan | OSS Plan | Pro Plan | +| ---------------- | --------- | ---------- | -------- | -------- | +| Files per hour | 300 | 300 | 300 | 600 | +| Reviews per hour | 3 | 5 | 4 | 8 | +| Conversations | 25 back-to-back, then 50/hour | 25 back-to-back, then 50/hour | 25 back-to-back, then 50/hour | Higher limits |
111-115
: LGTM! Rate limit updates look goodThe updated rate limits provide clearer differentiation between plan tiers, with appropriate scaling of limits from Trial to Pro plans. The note about timeouts helps set proper expectations.
Minor suggestion: Consider adding specific numbers for "Higher limits" in the Pro plan's conversations row to avoid ambiguity.
No description provided.