Merge branch 'henk717:united' into united

This commit is contained in:
ebolam 2022-03-07 11:31:14 -05:00 committed by GitHub
commit 2cf6b6e650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -4387,6 +4387,11 @@ def oairequest(txt, min, max):
'max_tokens': max,
'temperature': vars.temp,
'top_p': vars.top_p,
'top_k': vars.top_k,
'tfs': vars.tfs,
'repetition_penalty': vars.rep_pen,
'repetition_penalty_slope': vars.rep_pen_slope,
'repetition_penalty_range': vars.rep_pen_range,
'n': 1,
'stream': False
}