Spaces:
Running
Running
update
Browse files
app.py
CHANGED
@@ -53,7 +53,8 @@ def respond(
|
|
53 |
"temperature": temperature,
|
54 |
"top_p": top_p,
|
55 |
"top_k": 20,
|
56 |
-
"min_p": 0.1
|
|
|
57 |
}
|
58 |
|
59 |
print(f"[INFO] process user msg...")
|
|
|
53 |
"temperature": temperature,
|
54 |
"top_p": top_p,
|
55 |
"top_k": 20,
|
56 |
+
"min_p": 0.1,
|
57 |
+
"max_tokens": 16384
|
58 |
}
|
59 |
|
60 |
print(f"[INFO] process user msg...")
|