mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Reduce console spam
This commit is contained in:
@@ -147,7 +147,6 @@ const tokenizersCache = {};
|
|||||||
|
|
||||||
function getTiktokenTokenizer(model) {
|
function getTiktokenTokenizer(model) {
|
||||||
if (tokenizersCache[model]) {
|
if (tokenizersCache[model]) {
|
||||||
console.log('Using the cached tokenizer instance for', model);
|
|
||||||
return tokenizersCache[model];
|
return tokenizersCache[model];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user