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