Top A for GooseAi

This commit is contained in:
Henk 2022-06-11 22:04:37 +02:00
parent 8a38b258f4
commit 5c81374a48
1 changed files with 1 additions and 0 deletions

View File

@ -4668,6 +4668,7 @@ def oairequest(txt, min, max):
'prompt': txt,
'max_tokens': vars.genamt,
'temperature': vars.temp,
'top_a': vars.top_a,
'top_p': vars.top_p,
'top_k': vars.top_k,
'tfs': vars.tfs,