Update app.py
Browse files
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.
|
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',
|