Fix. Another.

This commit is contained in:
2023-10-19 14:13:09 +02:00
parent f573706077
commit 44e071e203
+1 -1
View File
@@ -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)