From c6e76240deefc70f7735d7667ba5d81a7f9c5a11 Mon Sep 17 00:00:00 2001 From: Soeun Uhm Date: Fri, 23 Feb 2024 00:41:37 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix=20:=20prompt=20format=20Uppe?= =?UTF-8?q?rcase=20to=20Lowercase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/prompt/recipePrompt.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/prompt/recipePrompt.txt b/internal/prompt/recipePrompt.txt index f429fe2..9a2dd13 100644 --- a/internal/prompt/recipePrompt.txt +++ b/internal/prompt/recipePrompt.txt @@ -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":,}],}] \ No newline at end of file +[{"title": ,"difficulty": ,"ingredients": [{"name":,"locationDescription":}, {"name":,"locationDescription":},] ,"instructions": [{"step":,},{"step":,}],}, +{ "title": , "difficulty": ,"ingredients": [{"name":,"locationDescription":}, {"name":,"locationDescription":},] , "instructions": [{"step":,},{"step":,}],}] \ No newline at end of file