* Erato
erato
This commit is contained in:
Cohee
2024-09-24 03:10:31 +03:00
committed by GitHub
parent 1878602647
commit 182756fcb2
7 changed files with 59 additions and 3 deletions

View File

@ -274,6 +274,9 @@ export function getTokenizerBestMatch(forApi) {
if (nai_settings.model_novel.includes('kayra')) {
return tokenizers.NERD2;
}
if (nai_settings.model_novel.includes('erato')) {
return tokenizers.LLAMA3;
}
}
if (forApi === 'kobold' || forApi === 'textgenerationwebui' || forApi === 'koboldhorde') {
// Try to use the API tokenizer if possible: