Remove legacy NovelAI models

This commit is contained in:
Cohee
2023-09-06 14:32:06 +03:00
parent 9f79e11bb5
commit 853736fa93
5 changed files with 2 additions and 69 deletions

View File

@@ -67,9 +67,6 @@ async function resetTokenCache() {
function getTokenizerBestMatch() {
if (main_api === 'novel') {
if (nai_settings.model_novel.includes('krake') || nai_settings.model_novel.includes('euterpe')) {
return tokenizers.GPT2;
}
if (nai_settings.model_novel.includes('clio')) {
return tokenizers.NERD;
}