Skip to content

Commit

Permalink
messed up input counts :(
Browse files Browse the repository at this point in the history
  • Loading branch information
RUNGUSZONE committed Feb 7, 2024
1 parent 41c71fe commit 33f8d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/bucket.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ class Bucket extends EventEmitter {
this.userMessageContent = this.originalMessage;
let logData = `${this.originalMessage}`;
const input = this.originalMessage;
this.inputTokensUsed = input.split(' ').length; // Count input tokens
//this.inputTokensUsed = input.split(' ').length; // Count input tokens
// const response = await sendChatMessage(input, sender).catch(error => {
// this.emit('error', error.message);
// return null;
Expand Down

0 comments on commit 33f8d5a

Please sign in to comment.