From ff66ea2df6ee28d927c3c4e7764dba166d9301b0 Mon Sep 17 00:00:00 2001 From: Migatu Date: Fri, 2 Feb 2024 22:35:19 +0100 Subject: [PATCH] 1 --- bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index 9f525c5..6cf3ec6 100644 --- a/bot.py +++ b/bot.py @@ -645,8 +645,8 @@ async def handle_response(prompt, vykidailo, bartender, history, username, music token_amount = 10700 else: table = MESSAGE_TABLE - algorithm = "gpt-4-turbo-preview" - token_amount = 28000 + algorithm = "gpt-4" + token_amount = 7000 prompt_gpt_request_size = num_tokens_from_string({"role": "user", "content": final_prompt}, "gpt-4") temptable = []