Skip to content

Commit

Permalink
remove extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
20001LastOrder committed Aug 24, 2023
1 parent 7c154af commit 9b642cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/slackbot/reflection.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def evaluate_action(self, action, assistant_reply, task, previous_message):
f"Ensure the response can be parsed by Python json.loads"
f"New reply:\n\n"
)
logger.warning(f"tokens used: {self.token_counter(instruction)}")
return self.llm.predict(instruction)
else:
return assistant_reply

0 comments on commit 9b642cf

Please sign in to comment.