Updating license to Apache 2.0 and README HF links#100
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 23 minutes and 52 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe pull request changes the project license from MIT to Apache License 2.0 and updates deployment references. The original LICENSE file containing MIT license text was removed, replaced with a new LICENSE.md file containing the full Apache License 2.0 text with copyright attribution to Vector Institute (2022). Additionally, README.md was updated to reflect a change in the Hugging Face Spaces deployment location, replacing references from Estimated code review effort🎯 1 (Trivial) | ⏱️ ~4 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai full review |
✅ Actions performedFull review triggered. |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Around line 36-44: The README lists a non-working API base URL; verify and fix
the deployment/config so the API root
(https://vector-institute-aspis.hf.space/api) is actually exposed or update the
docs to reflect the correct endpoint — check the Space's web server entrypoint
(e.g., FastAPI/Gradio app mount code and any path prefixes in the app startup or
reverse-proxy config) to ensure /api is mounted, confirm Hugging Face Space
settings (gradio/launch args, start script) expose the API, redeploy and retest
the base URL, and then update README.md to either remove the broken base URL or
replace it with the working URL (or explicitly state that only /api/docs is
available) so users aren’t directed to a 404.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: e737f0b9-9363-49c9-b95f-4a5b46607071
📒 Files selected for processing (3)
LICENSELICENSE.mdREADME.md
💤 Files with no reviewable changes (1)
- LICENSE
Addresses the comments but the workflow is broken by updating the PR while review was being performed.
PR Type
Fix
Short Description
Updating license to Apache 2.0 and README HF links to point to Vector's HF Spaces.
Tests Added
.
Summary by CodeRabbit