Spaces:
Runtime error
Runtime error
arjunanand13
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def format_prompt(query):
|
|
78 |
2. A JSON-formatted output containing:
|
79 |
- "question": The original question.
|
80 |
- "answer": The detailed answer.
|
81 |
-
- "related_questions": A list of related questions and their answers, each as a dictionary with the keys:
|
82 |
- "question": The related question.
|
83 |
- "answer": The related answer.
|
84 |
Here's my question:
|
|
|
78 |
2. A JSON-formatted output containing:
|
79 |
- "question": The original question.
|
80 |
- "answer": The detailed answer.
|
81 |
+
- "related_questions": A list of related questions and their answers, each as a dictionary with the keys. Consider all source documents:
|
82 |
- "question": The related question.
|
83 |
- "answer": The related answer.
|
84 |
Here's my question:
|