Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ class FinancialAnalyzer:
|
|
93 |
|
94 |
response = self.analysis_model(
|
95 |
analysis_prompt,
|
96 |
-
|
97 |
do_sample=False,
|
98 |
num_return_sequences=1,
|
99 |
truncation=True
|
|
|
93 |
|
94 |
response = self.analysis_model(
|
95 |
analysis_prompt,
|
96 |
+
max_new_tokens=1500,
|
97 |
do_sample=False,
|
98 |
num_return_sequences=1,
|
99 |
truncation=True
|