Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def predict(user_input):
|
|
10 |
result = client.predict(
|
11 |
user_input,
|
12 |
system_prompt,
|
13 |
-
|
14 |
0.4, # Temperature
|
15 |
0.9, # Top-p (nucleus sampling)
|
16 |
1.9, # Repetition penalty
|
|
|
10 |
result = client.predict(
|
11 |
user_input,
|
12 |
system_prompt,
|
13 |
+
269, # Max new tokens
|
14 |
0.4, # Temperature
|
15 |
0.9, # Top-p (nucleus sampling)
|
16 |
1.9, # Repetition penalty
|