Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -768,7 +768,7 @@ Answer:"""
|
|
768 |
attachment_context = self._process_attachments(image_files, audio_files, code_files)
|
769 |
|
770 |
if self.debug and attachment_context:
|
771 |
-
print(f"Attachment context: {attachment_context[:
|
772 |
|
773 |
# Decide whether to search
|
774 |
if self._should_search(question_text, attachment_context):
|
|
|
768 |
attachment_context = self._process_attachments(image_files, audio_files, code_files)
|
769 |
|
770 |
if self.debug and attachment_context:
|
771 |
+
print(f"Attachment context: {attachment_context[:800]}...")
|
772 |
|
773 |
# Decide whether to search
|
774 |
if self._should_search(question_text, attachment_context):
|