From b0df66c5da5aeaae9c8f9857a50a2ad00ea77f6c Mon Sep 17 00:00:00 2001 From: Migatu Date: Sat, 21 Oct 2023 11:11:28 +0200 Subject: [PATCH] Fix. Last. --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index b63bf46..d8577e7 100644 --- a/bot.py +++ b/bot.py @@ -618,7 +618,7 @@ async def handle_response(prompt, vykidailo, bartender, history, username, music if music: algorithm = "gpt-3.5-turbo-16k" table = message_table_muzyka - token_amount = 15700 + token_amount = 10700 else: table = MESSAGE_TABLE algorithm = "gpt-4"