diff --git a/bot.py b/bot.py index 2fc9a7f..a0828b3 100644 --- a/bot.py +++ b/bot.py @@ -575,7 +575,7 @@ async def handle_response(prompt, vykidailo, bartender, history, username, music logger.info("Historia wysłana:") logger.debug(history) response = await openai.ChatCompletion.acreate( - model="gpt-3.5-turbo", messages=history + model="gpt-4", messages=history ) await asyncio.sleep(10) result = ""