diff --git a/.gitignore b/.gitignore index 033958a9..d470fb4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,26 @@ # Ignore client settings file -settings/* +settings # Ignore stories file except for test_story -stories/* +stories !stories/sample_story.json # Ignore stuff that would polute our Git /.project *.bak -miniconda3/* +miniconda3 *.settings __pycache__ *.log -cache/* -userscripts/* +cache +userscripts !userscripts/examples !userscripts/kaipreset_*.lua !userscripts/Readme.* !userscripts/api_documentation.* -softprompts/* +softprompts +models +!models/models go here.txt # Ignore PyCharm project files. .idea diff --git a/aiserver.py b/aiserver.py index b69eb4a1..be860287 100644 --- a/aiserver.py +++ b/aiserver.py @@ -69,8 +69,10 @@ modellist = [ ["Load a model from its directory", "NeoCustom", ""], ["Load an old GPT-2 model (eg CloverEdition)", "GPT2Custom", ""], ["Skein 6B (Hybrid)", "KoboldAI/GPT-J-6B-Skein", "16GB"], + ["Janeway 6B (Novel)", "KoboldAI/GPT-J-6B-Janeway", "16GB"], ["Adventure 6B", "KoboldAI/GPT-J-6B-Adventure", "16GB"], ["Lit 6B (NSFW)", "hakurei/lit-6B", "16GB"], + ["Shinen 6B (NSFW)", "KoboldAI/GPT-J-6B-Shinen", "16GB"], ["C1 6B (Chatbot)", "hakurei/c1-6B", "16GB"], ["Janeway 2.7B (Novel)", "KoboldAI/GPT-Neo-2.7B-Janeway", "8GB"], ["Adventure 2.7B", "KoboldAI/GPT-Neo-2.7B-AID", "8GB"],