Chainlit / chainlit

Build Conversational AI in minutes ⚡️
https://docs.chainlit.io
Apache License 2.0
6.67k stars 860 forks source link

add regenerate? #583

Open lw3259111 opened 9 months ago

lw3259111 commented 9 months ago
image

When the results are generated, I would like to rewrite the above answer.

willydouhard commented 8 months ago

I think you can achieve this with actions and message.update()

lw3259111 commented 8 months ago

Can you provide an example of streaming output combined with a regenerate output? I've tried but haven't been successful.