tatianija commited on
Commit
ad1e474
·
verified ·
1 Parent(s): 10f6873

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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[:200]}...")
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):