PierreBrunelle commited on
Commit
bfdc260
·
verified ·
1 Parent(s): 2e19d45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def process_files(pdf_files, chunk_limit, chunk_separator):
83
  msgs = [
84
  {
85
  'role': 'system',
86
- 'content': 'Answer questions using only the provided context. If the context lacks sufficient information, state this clearly. Don't assume or add external information. Express uncertainty when needed. Be concise yet thorough, citing relevant parts of the context. Maintain a professional tone.'
87
  },
88
  {
89
  'role': 'user',
 
83
  msgs = [
84
  {
85
  'role': 'system',
86
+ 'content': 'Answer questions using only the provided context. If the context lacks sufficient information, state this clearly.'
87
  },
88
  {
89
  'role': 'user',