-
Notifications
You must be signed in to change notification settings - Fork 17
Add AI Food Search to Loop Carb Interface as a Customization #82
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
base: dev
Are you sure you want to change the base?
Conversation
Test InstructionsTo test this PR, and the associated patch in the customization repository, use this command in any terminal window. It will automatically be applied to your most recent LoopWorkspace clone in your ~/Downloads/BuildLoop folder: If testing with Browser Build, it is suggested you apply all your normal customizations first and then add a new line in build_loop.yml. Be sure to line up the starting column correctly. To be clear - this line is added after all other customization lines. |
added my normal customizations and food finder from https://www.loopandlearn.org/custom-code-browser-build/ and loopandlearn/lnl-scripts#82 (comment)
Purpose
Edited because the customization now uses Loop PR 2329. Loop PR 2325 is closed.
This is a preliminary addition of AI assisted food search to Loop via the customization script.
Two PR are required: one for customization and one for lnl-scripts
Limitations
Because there are so many customizations that touch similar parts of the code, it can get hard to make all options completely independent of the inclusion of other customization items.
The patch that adds the Food Search is configured to be applied last (and removed first if removing a customization).
Order is not independent
The patch required to add PR 2329 is not independent from these 3 customizations:
However, this version of the patch can be applied to a clone with no customizations or if any those 3 is already applied. That is deemed good enough for this preliminary version.