Merge commit 'a273a5ebc49935bfafdcf1aaf4b98c9bf4bc33b1' into overhaul-merge
This commit is contained in:
commit
130d530e7c
|
@ -106,7 +106,6 @@ model_menu = {
|
|||
["Adventure Models", "adventurelist", "", True],
|
||||
["Novel Models", "novellist", "", True],
|
||||
["NSFW Models", "nsfwlist", "", True],
|
||||
["Chatbot Models", "chatlist", "", True],
|
||||
["Untuned GPT-Neo/J", "gptneolist", "", True],
|
||||
["Untuned Fairseq Dense", "fsdlist", "", True],
|
||||
["Untuned OPT", "optlist", "", True],
|
||||
|
@ -4908,6 +4907,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,
|
||||
|
|
Loading…
Reference in New Issue