Chainlit / cookbook

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

When the openAI assistant is running, there is nothing in the UI to let the user know it's working #85

Open dividor opened 4 months ago

dividor commented 4 months ago

I am testing the cool OpenAI assistant example:

https://github.com/Chainlit/cookbook/tree/main/openai-assistant

One thing I've noticed is that on multi-step tasks where the assistant first responds with text, then goes on to do more steps, there is nothing in the chainlit UI to indicate the assistant is working. No spinning wheels, no "Running", even though in fact the assistant is working and will output something. This has confused users. I have looked through the documentation for something to display, but can't seem to find anything.

Is there any way to put something in the UI to indicate the assistant is working?