diff --git a/src/gptbot/commands/calculate.py b/src/gptbot/commands/calculate.py index 8ec6580..c94ce5b 100644 --- a/src/gptbot/commands/calculate.py +++ b/src/gptbot/commands/calculate.py @@ -29,8 +29,6 @@ async def command_calculate(room: MatrixRoom, event: RoomMessageText, bot): else: await bot.send_message(room, subpod, True) - bot.log_api_usage(event, room, f"{bot.calculation_api.api_code}-{bot.calculation_api.calculation_api}", tokens_used) - return await bot.send_message(room, "You need to provide a prompt.", True) \ No newline at end of file