Skip to content

Commit

Permalink
🔧 fix : prompt format Uppercase to Lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
ddoddii committed Feb 22, 2024
1 parent 8bcc47e commit c6e7624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/prompt/recipePrompt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ please suggest multiple recipes that can be made with the given ingredients.
Be as detailed and specific as possible.
Following the JSON format provided below, please provide the title of the recipe, the difficulty of the recipe, the ingredients (and their locations in the fridge), and step-by-step instructions in a JSON format.
DO NOT INCLUDE BACKTICKS OR \n or \ IN THE RESPONSE.
[{"Recipe Title": ,"Difficulty": ,"Ingredients": [{"name":,"locationDescription":}, {"name":,"locationDescription":},] ,"Instructions": [{"step":,},{"step":,}],},
{ "Recipe Title": , "Difficulty": ,"Ingredients": [{"name":,"locationDescription":}, {"name":,"locationDescription":},] , "Instructions": [{"step":,},{"step":,}],}]
[{"title": ,"difficulty": ,"ingredients": [{"name":,"locationDescription":}, {"name":,"locationDescription":},] ,"instructions": [{"step":,},{"step":,}],},
{ "title": , "difficulty": ,"ingredients": [{"name":,"locationDescription":}, {"name":,"locationDescription":},] , "instructions": [{"step":,},{"step":,}],}]

0 comments on commit c6e7624

Please sign in to comment.