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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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: