Cook Along chat bot #4636
rosebeats
started this conversation in
Feature Request
Replies: 2 comments 1 reply
-
A simpler version of this would be a "play recipe steps" mode, which read each step and presented a "next" or "repeat" button, for use on a tablet. https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API covers the read/parse simple speech parts. |
Beta Was this translation helpful? Give feedback.
1 reply
-
#4637 initial PR describing the original idea |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Please provide a concise description of the problem that would be addressed by this feature.
Cooking can be a hectic process and I typically find it difficult or annoying when working on recipes to keep track of what I need to do. Ideally, I would proceed step by step, reading each instruction, executing that instruction, and moving on. In practice, I have trouble with that. It doesn't matter how the instructions are formatted, often times I still end up jumping around to different instructions and losing track of what exactly I needed to do, or I've finished some steps and need to make sure I didn't accidentally miss something. When cooking with another person, I can ask them questions about the recipe while I'm in the middle of cooking. That still requires someone to actually read through the recipe though and isn't a solution for people cooking alone.
Please provide a concise description of the feature that would resolve your issue.
With modern LLMs, instead of asking someone I'm cooking with questions about the recipe, I can ask a generative model. This feature would add:
Please consider and list out some caveats or tradeoffs made in your design decision
Some implementation notes:
Additional Information
Beta Was this translation helpful? Give feedback.
All reactions