mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-15 19:50:40 +01:00
Self review fix
This commit is contained in:
parent
62818055af
commit
53c71d8059
@ -8467,7 +8467,7 @@ async function selectTokenizerCallback(_, name) {
|
|||||||
|
|
||||||
const foundTokenizer = result[0].item;
|
const foundTokenizer = result[0].item;
|
||||||
selectTokenizer(foundTokenizer.tokenizerName, foundTokenizer.tokenizerId);
|
selectTokenizer(foundTokenizer.tokenizerName, foundTokenizer.tokenizerId);
|
||||||
return foundTokenizer;
|
return foundTokenizer.tokenizerName;
|
||||||
}
|
}
|
||||||
|
|
||||||
async function enableInstructCallback() {
|
async function enableInstructCallback() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user