QuickLearnerAI commited on
Commit
e45ea87
·
verified ·
1 Parent(s): ac5e4ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ PDF CONTENT:
66
  Answer the user's questions only based on the PDF content above. If the answer cannot be found in the PDF, politely state that the information is not available in the provided document."""
67
 
68
  messages= [
69
- {"role": "system", "content": system_message}
70
  ]
71
  for h_user , h_bot in history:
72
  messages.append({"role": "user", "content": h_user})
 
66
  Answer the user's questions only based on the PDF content above. If the answer cannot be found in the PDF, politely state that the information is not available in the provided document."""
67
 
68
  messages= [
69
+ {"role": "system", "content": system_message},
70
  ]
71
  for h_user , h_bot in history:
72
  messages.append({"role": "user", "content": h_user})