Chainlit / chainlit

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

How to interact with upload file from input message #738

Open ericosmic opened 5 months ago

ericosmic commented 5 months ago

how to build a chatbot interact with input file in multi-modality. My code attached below. But this code don't give respond. Where is wrong?

image
willydouhard commented 5 months ago

This looks OK to me, do you see any errors or does it just hangs? If so, can you put debug prints (or use a debugger) to find out which part is blocking?