Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ Ensure the prompt is actionable, providing clear instructions that lead to the i
|
|
53 |
{"role": "user", "content": prompt}
|
54 |
],
|
55 |
"temperature": 0.6,
|
56 |
-
"max_tokens":
|
57 |
"top_p": 0.9,
|
58 |
"top_k": 50
|
59 |
}
|
|
|
53 |
{"role": "user", "content": prompt}
|
54 |
],
|
55 |
"temperature": 0.6,
|
56 |
+
"max_tokens": 750,
|
57 |
"top_p": 0.9,
|
58 |
"top_k": 50
|
59 |
}
|