-
Notifications
You must be signed in to change notification settings - Fork 543
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
[bounty] move as much as possible code from pre_build.js to build.rs #720
Comments
💎 $100 bounty • Screenpi.peSteps to solve:
Thank you for contributing to mediar-ai/screenpipe! Add a bounty • Share on socials
|
@louis030195 Do you suggest that pre_build.js should only have stuff used in the app? How do you feel about moving the ollama sidecar too then |
yes we should have the LLM sidecar in core codebase too but that's some heavy work |
/attempt #720 Options |
💡 @Neptune650 submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
🎉🎈 @Neptune650 has been awarded $100! 🎈🎊 |
atm we have lot of pre build thing in pre_build.js script used for the app but we want to make it easy to use the CLI
installation of screenpipe as a CLI or app should be dead simple in less than 2 minutes from install to run and work on most OSes
for example onnxruntime dll stuff for windows should be in build.rs of screenpipe audio so can use CLI without app and more rust native
/bounty 100
will add bonus if you do more than the onnxruntime thing
The text was updated successfully, but these errors were encountered: