mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 13:34:40 +00:00
Największy hit zespuło 100 tvarzy grzybiarzy - i nie jest o piosenka o zgubieniu czapeczki
This commit is contained in:
+3
-1
@@ -336,7 +336,9 @@ async def hammer_assitant_chat(message):
|
||||
messsages = await OPENAICLIENT.beta.threads.messages.list(
|
||||
thread_id=assistant_data[3].id
|
||||
)
|
||||
reply_content = messsages[0].content
|
||||
logger.info(messsages)
|
||||
|
||||
reply_content = messsages.data[0].content
|
||||
logger.info(reply_content)
|
||||
logger.info(reply_content.text.value)
|
||||
done = True
|
||||
|
||||
Reference in New Issue
Block a user