Closed JarbasAl closed 2 months ago
[!WARNING]
Rate limit exceeded
@JarbasAl has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 8 minutes and 30 seconds before requesting another review.
How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. 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](https://coderabbit.ai/docs/faq) for further information.Commits
Files that changed from the base of the PR and between 4b2b4d1ab845c07145c0db261c98be2cb22611d5 and a1bcf63cc2b2b4692c38ef8371d4d0f735d2549f.
The pull request introduces updates to dependency management across multiple files. Key changes include the addition of new speech-to-text, voice activity detection, and microphone plugins in requirements/extras.txt
, alongside the introduction of a new onnx.txt
file for ONNX Runtime dependencies. The setup.py
file has been modified to expand the extras_require
dictionary, allowing for more specific installation options related to Linux and ONNX dependencies. These changes enhance the project's audio processing capabilities and installation flexibility.
Files | Change Summary |
---|---|
requirements/extras.txt | Added STT, VAD, and microphone plugins; removed ovos-microphone-plugin-alsa and ovos-vad-plugin-silero . |
requirements/linux.txt | Added ovos-microphone-plugin-alsa dependency. |
requirements/onnx.txt | Introduced new file with dependencies for ONNX Runtime and associated plugins. |
requirements/requirements.txt | Updated ovos-config version constraint from >=0.1.0,<1.0.0 to >=0.2.0,<1.0.0 . |
setup.py | Modified extras_require to include new keys for Linux and ONNX requirements, enhancing installation options. |
requirements/extras.txt
regarding version constraints for ovos-microphone-plugin-alsa
and ovos-vad-plugin-silero
relate to modifications in the main PR.🐰 In the meadow, changes bloom,
New plugins dance, dispelling gloom.
With voices clear and pathways wide,
Our audio dreams now take a ride.
Hops of joy, we celebrate,
For better sounds, we elevate! 🎶
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?
Summary by CodeRabbit
New Features
Bug Fixes
Documentation