Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -780,7 +780,10 @@ Answer:"""
|
|
| 780 |
if self.debug:
|
| 781 |
print("Using LLM-only approach")
|
| 782 |
answer = self._answer_with_llm(question_text, attachment_context)
|
|
|
|
|
|
|
| 783 |
answer = remove_thinking_tags(answer)
|
|
|
|
| 784 |
# Cleanup temporary files
|
| 785 |
if image_files or audio_files or code_files:
|
| 786 |
try:
|
|
|
|
| 780 |
if self.debug:
|
| 781 |
print("Using LLM-only approach")
|
| 782 |
answer = self._answer_with_llm(question_text, attachment_context)
|
| 783 |
+
print("here")
|
| 784 |
+
print(answer)
|
| 785 |
answer = remove_thinking_tags(answer)
|
| 786 |
+
print(answer)
|
| 787 |
# Cleanup temporary files
|
| 788 |
if image_files or audio_files or code_files:
|
| 789 |
try:
|