Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -166,6 +166,7 @@ When choosing a recipe from the context, FOLLOW these instructions:
|
|
166 |
2. If the recipes from the context makes sense but do not match {question}, generate an amazing, specific recipe for {question}
|
167 |
with precise steps and measurements. Take some inspiration from context if availab.e
|
168 |
3. Following the above template.
|
|
|
169 |
|
170 |
|
171 |
Context: {context}
|
|
|
166 |
2. If the recipes from the context makes sense but do not match {question}, generate an amazing, specific recipe for {question}
|
167 |
with precise steps and measurements. Take some inspiration from context if availab.e
|
168 |
3. Following the above template.
|
169 |
+
4. If the query makes no sense, return []
|
170 |
|
171 |
|
172 |
Context: {context}
|