From 44e071e2036831c4bcf6de0b2c77a6373509721b Mon Sep 17 00:00:00 2001 From: Migatu Date: Thu, 19 Oct 2023 14:13:09 +0200 Subject: [PATCH] Fix. Another. --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 4524c5b..226ecb5 100644 --- a/bot.py +++ b/bot.py @@ -592,7 +592,7 @@ async def handle_response(prompt, vykidailo, bartender, history, username, music else: history.extend(MESSAGE_TABLE) response = await openai.ChatCompletion.acreate( - model="gpt-4-32k", messages=history + model="gpt-4", messages=history ) logger.info("Historia wysłana:") logger.debug(history)