mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Top A for GooseAi
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user