mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-21 04:45:28 +01:00
AIDG Import Fix
This commit is contained in:
parent
27e16aecf2
commit
8be0964427
@ -101,9 +101,9 @@ mainmenu = [
|
||||
["Adventure Models", "adventurelist", ""],
|
||||
["Novel Models", "novellist", ""],
|
||||
["NSFW Models", "nsfwlist", ""],
|
||||
["Untuned OPT", "optlist", ""],
|
||||
["Untuned GPT-Neo/J", "gptneolist", ""],
|
||||
["Untuned Fairseq Dense", "fsdlist", ""],
|
||||
["Untuned OPT", "optlist", ""],
|
||||
["Untuned XGLM", "xglmlist", ""],
|
||||
["Untuned GPT2", "gpt2list", ""],
|
||||
["Online Services", "apilist", ""],
|
||||
@ -167,6 +167,7 @@ gpt2list = [
|
||||
]
|
||||
|
||||
optlist = [
|
||||
["OPT 66B", "facebook/opt-66b", "128GB"],
|
||||
["OPT 30B", "facebook/opt-30b", "64GB"],
|
||||
["OPT 13B", "facebook/opt-13b", "32GB"],
|
||||
["OPT 6.7B", "facebook/opt-6.7b", "16GB"],
|
||||
@ -5357,6 +5358,11 @@ def importAidgRequest(id):
|
||||
vars.submission = ""
|
||||
vars.lastctx = ""
|
||||
|
||||
if not vars.memory:
|
||||
vars.memory = ""
|
||||
if not vars.authornote:
|
||||
vars.authornote = ""
|
||||
|
||||
num = 0
|
||||
for wi in js["worldInfos"]:
|
||||
vars.worldinfo.append({
|
||||
|
Loading…
Reference in New Issue
Block a user