tatianija commited on
Commit
0b2d250
·
verified ·
1 Parent(s): e3b1b25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -697,7 +697,7 @@ Answer:"""
697
  full_context = "\n\n".join(context_sections)
698
 
699
  if self.debug:
700
- print(f"Full context: {full_context}")
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.