Reduce console spam

This commit is contained in:
SillyLossy
2023-05-19 23:45:56 +03:00
parent d50067270c
commit 933e5af58f

View File

@@ -147,7 +147,6 @@ const tokenizersCache = {};
function getTiktokenTokenizer(model) {
if (tokenizersCache[model]) {
console.log('Using the cached tokenizer instance for', model);
return tokenizersCache[model];
}