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"