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)