Spaces:
Sleeping
Sleeping
Increased max tokens
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ def analyze(project_data, question):
|
|
| 14 |
|
| 15 |
response = client.text_generation(
|
| 16 |
prompt,
|
| 17 |
-
max_new_tokens=
|
| 18 |
temperature=0.7,
|
| 19 |
top_p=0.95,
|
| 20 |
repetition_penalty=1.1,
|
|
|
|
| 14 |
|
| 15 |
response = client.text_generation(
|
| 16 |
prompt,
|
| 17 |
+
max_new_tokens=60000,
|
| 18 |
temperature=0.7,
|
| 19 |
top_p=0.95,
|
| 20 |
repetition_penalty=1.1,
|