set n_keep to -1
This commit is contained in:
parent
377ecf9e9b
commit
7dcffd7a03
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def make_postData(body, chat=False, stream=False):
|
|||
if(is_present(body, "logit_bias")): postData["logit_bias"] = [[int(token), body["logit_bias"][token]] for token in body["logit_bias"].keys()]
|
||||
postData["stop"] = [args.stop]
|
||||
if(is_present(body, "stop")): postData["stop"] += body["stop"]
|
||||
|
||||
postData["n_keep"] = -1
|
||||
postData["stream"] = stream
|
||||
|
||||
return postData
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue