mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-17 23:32:10 +00:00
!
This commit is contained in:
@@ -592,7 +592,7 @@ async def handle_response(prompt, vykidailo, bartender, history, username, music
|
|||||||
else:
|
else:
|
||||||
history.extend(MESSAGE_TABLE)
|
history.extend(MESSAGE_TABLE)
|
||||||
response = await openai.ChatCompletion.acreate(
|
response = await openai.ChatCompletion.acreate(
|
||||||
model="gpt-4", messages=history
|
model="gpt-3.5-turbo-16k", messages=history
|
||||||
)
|
)
|
||||||
logger.info("Historia wysłana:")
|
logger.info("Historia wysłana:")
|
||||||
logger.debug(history)
|
logger.debug(history)
|
||||||
|
|||||||
Reference in New Issue
Block a user