pratikshahp commited on
Commit
5de8988
·
verified ·
1 Parent(s): a25b8cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def suggest_recipes(ingredients):
21
  f"You are an expert in cooking. Please suggest 2 recipes using the following "
22
  f"ingredients: {ingredients}. Provide a title for each recipe, include "
23
  f"preparation time, and list step-by-step directions do not include ingredients list in response."
24
- f"write soft apology for not valid {ingredients} and do not generate any recipe"
25
  )
26
  # Wrap the prompt in a HumanMessage object
27
 
 
21
  f"You are an expert in cooking. Please suggest 2 recipes using the following "
22
  f"ingredients: {ingredients}. Provide a title for each recipe, include "
23
  f"preparation time, and list step-by-step directions do not include ingredients list in response."
24
+ f"write soft apology in two lines for not valid {ingredients} and do not generate any recipe"
25
  )
26
  # Wrap the prompt in a HumanMessage object
27