-
Notifications
You must be signed in to change notification settings - Fork 502
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
2 sidequest #2617
2 sidequest #2617
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@AshishViradiya153 is attempting to deploy a commit to the Unkey Team on Vercel. A member of the Team first needs to authorize it. |
📝 Walkthrough📝 Walkthrough📝 WalkthroughWalkthroughThe pull request includes updates to three documents related to the Unkey project. The first document adds a new entry for a user under the "Follow the Unkey X account" section. The second document revises the template creation guidelines, emphasizing the need for a minimal starter template and listing new contributions. The third document introduces a new blog post entry discussing API protection with Unkey. Each update maintains the established formatting and structure. Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 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 (
|
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.
Details:
|
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: 1
🧹 Outside diff range and nitpick comments (1)
oss.gg/7_create_a_template.md (1)
40-40
: Fix link formatting.
Remove the extra spaces inside the link text to comply with Markdown formatting standards.
Apply this fix:
-[Starter template for Unkey Route protecttion in Hono Webframework in Cloudflare workers ](https://github.com/prabincankod/hono-unkey-cflare)
+[Starter template for Unkey Route protecttion in Hono Webframework in Cloudflare workers](https://github.com/prabincankod/hono-unkey-cflare)
Also applies to: 47-47
🧰 Tools
🪛 Markdownlint
40-40: null
Spaces inside link text
(MD039, no-space-in-links)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (3)
- oss.gg/3_follow_the_unkey_x_account.md (1 hunks)
- oss.gg/7_create_a_template.md (2 hunks)
- oss.gg/8_use_unkey_blog.md (1 hunks)
✅ Files skipped from review due to trivial changes (1)
- oss.gg/8_use_unkey_blog.md
🧰 Additional context used
🪛 Markdownlint
oss.gg/3_follow_the_unkey_x_account.md
59-59: null
Bare URL used
(MD034, no-bare-urls)
oss.gg/7_create_a_template.md
40-40: null
Spaces inside link text
(MD039, no-space-in-links)
47-47: null
Spaces inside link text
(MD039, no-space-in-links)
🔇 Additional comments (1)
oss.gg/7_create_a_template.md (1)
59-60
: Verify template requirements.
The new submission for the GPT + Unkey Ratelimit Starter should be verified against the requirements:
- MIT license
- README.md with quickstart guide
- No duplicate with existing templates at unkey.com/templates
Let's verify these requirements:
What does this PR do?
Fixes #2150
2 sidequest
1: follow on x,
2: Article and repo link
Protecting Your API with Unkey: Implementing Rate Limiting for openAI Meme Generation
Article: https://medium.com/@ashishviradiya153/protecting-your-api-with-unkey-implementing-rate-limiting-for-ai-meme-generation-1bfb2c681368
Github: https://github.com/AshishViradiya153/AI-meme-genereter
Summary by CodeRabbit
New Features
Bug Fixes
Documentation