Chainlit / cookbook

Chainlit's cookbook repo
https://github.com/Chainlit/chainlit
713 stars 270 forks source link

OpenAI Assistant Example #49

Closed ozanyurt closed 8 months ago

ozanyurt commented 8 months ago

image

Hello,

I am starting the app.py file as shown in the given example. Everything is working, but the final generated image is not being displayed. I have shared the screenshot of the result.

willydouhard commented 8 months ago

Seems like you are not using the latest version of chainlit. Can you run pip install -U chainlit?

ozanyurt commented 8 months ago

Seems like you were right about the version issue. I couldn't install the latest version in a strange way because I'm using Python version 3.12. But when I set up a new environment, I realized the problem.

Version 0.7.501 is working with Python 3.12.

I'm running it smoothly now. Thank you for your help and for this wonderful project.

ozanyurt commented 8 months ago

Thanks I am closing this.