Skip to content
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

Create fitness training program, spellchecker, create_recipe and create_grocery_list patterns #1241

Closed
wants to merge 10 commits into from

Conversation

NuCl34R
Copy link
Contributor

@NuCl34R NuCl34R commented Jan 1, 2025

What this Pull Request (PR) does

I created two new patterns, one to create a fitness training program off user prompt, and another that will do basic spellcheck in original language.

Edit: I've created two more to go along with the create_fitness_program! One will extract meal names from user input and create recipes, and the 2nd will extract the ingredients from recipes to create a grocery list. So the workflow I had in mind was something along: create_fitness_program -> create_recipe -> create_grocery_list.

They can be used independently as well.

So 4 new patterns:
-spellcheck
-create_fitness_program
-create_recipe
-create_grocery_list

Related issues

None

Screenshots

None required

github-actions bot and others added 5 commits January 1, 2025 17:00
It will extract meal names from user input and create recipes appropriately. I came up with the idea from the create_fitness_program pattern I created
This is to go along with the create_recipe pattern which I've had the idea from the create_fitness_program pattern I've created. So the workflow idea could be something along create_fitness_program -> create_recipe -> create_grocery_list
@NuCl34R NuCl34R changed the title Create fitness training program & spellchecker patterns Create fitness training program, spellchecker, create_recipe and create_grocery_list patterns Jan 1, 2025
@eugeis
Copy link
Collaborator

eugeis commented Jan 3, 2025

Thank you for your PR.
Please remove changed version files (they will be updated automatically) and then I will merge it.

@NuCl34R
Copy link
Contributor Author

NuCl34R commented Jan 4, 2025

Thank you for your PR. Please remove changes version files (they will be updated automatically) and then I will merge it.

Alright, sorry I think it was done automatically, think it's ok now? Sorry still new to all this, thanks!

@NuCl34R NuCl34R closed this Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants