Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|