mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
add in process files for OAI tokenization merge
This commit is contained in:
@ -648,7 +648,7 @@ class TokenHandler {
|
||||
}
|
||||
|
||||
count(messages, full, type) {
|
||||
console.log(messages);
|
||||
//console.log(messages);
|
||||
const token_count = this.countTokenFn(messages, full);
|
||||
this.counts[type] += token_count;
|
||||
|
||||
|
Reference in New Issue
Block a user