From ce5423390841ef053225dd3553cd2dd0d9ae3d3d Mon Sep 17 00:00:00 2001 From: Migatu Date: Sat, 21 Oct 2023 11:24:53 +0200 Subject: [PATCH] Fix. Was joking. --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index d8577e7..c7e7e90 100644 --- a/bot.py +++ b/bot.py @@ -622,7 +622,7 @@ async def handle_response(prompt, vykidailo, bartender, history, username, music else: table = MESSAGE_TABLE algorithm = "gpt-4" - token_amount = 7700 + token_amount = 7000 prompt_gpt_request_size = num_tokens_from_string({"role": "user", "content": final_prompt}, "gpt-4") temptable = []