From 1e2555db6412390b12f47c9c9f6a88535436a1df Mon Sep 17 00:00:00 2001 From: Migatu Date: Thu, 1 Feb 2024 21:10:13 +0100 Subject: [PATCH] Final --- bot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bot.py b/bot.py index 0c67724..010d19c 100644 --- a/bot.py +++ b/bot.py @@ -645,8 +645,7 @@ async def handle_response(prompt, vykidailo, bartender, history, username, music token_amount = 10700 else: table = MESSAGE_TABLE - #algorithm = "gpt-4" - algorithm = "gpt-3.5-turbo-16k" + algorithm = "gpt-4" token_amount = 7000 prompt_gpt_request_size = num_tokens_from_string({"role": "user", "content": final_prompt}, "gpt-4")