chainlit
chainlit copied to clipboard
Run chainlit along Azure Event hubs
trafficstars
I am working on a script that is running Chainlit. At the same time, I want to send and listen to messages using Azure Event Hub. I have tried implementing it by using Chainlit step, but the on_message function is blocking Chainlit. Is there a way to run an on_message Event Hub function concurrently with Chainlit?