Update src/pdfchatbot.py
Browse files- src/pdfchatbot.py +1 -1
src/pdfchatbot.py
CHANGED
@@ -102,7 +102,7 @@ class PDFChatBot:
|
|
102 |
temp = 0.1
|
103 |
outputs = self.pipe(
|
104 |
prompt,
|
105 |
-
max_new_tokens=
|
106 |
do_sample=True,
|
107 |
temperature=temp,
|
108 |
top_p=0.9,
|
|
|
102 |
temp = 0.1
|
103 |
outputs = self.pipe(
|
104 |
prompt,
|
105 |
+
max_new_tokens=524288,
|
106 |
do_sample=True,
|
107 |
temperature=temp,
|
108 |
top_p=0.9,
|