diff --git a/server.js b/server.js index 66c3291c2..4bfc42268 100644 --- a/server.js +++ b/server.js @@ -147,7 +147,6 @@ const tokenizersCache = {}; function getTiktokenTokenizer(model) { if (tokenizersCache[model]) { - console.log('Using the cached tokenizer instance for', model); return tokenizersCache[model]; }