Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -697,7 +697,7 @@ Answer:"""
|
|
| 697 |
full_context = "\n\n".join(context_sections)
|
| 698 |
|
| 699 |
if self.debug:
|
| 700 |
-
print(f"
|
| 701 |
|
| 702 |
|
| 703 |
answer_prompt = f"""\no_think You are a general AI assistant. I will ask you a question.
|
|
|
|
| 697 |
full_context = "\n\n".join(context_sections)
|
| 698 |
|
| 699 |
if self.debug:
|
| 700 |
+
print(f"{full_context}")
|
| 701 |
|
| 702 |
|
| 703 |
answer_prompt = f"""\no_think You are a general AI assistant. I will ask you a question.
|