chainlit
chainlit copied to clipboard
Build Conversational AI in minutes ⚡️
Second pass of Python fixes with the [Trunk](https://trunk.io/) linters. Not sure if the exception handling in aac3d501a655489b92cea96d7a19b10767cf8d26 will lead to the same behavior. There are some warnings left with respect...
Hello. First off, thank you for the incredible work on [chainlit](https://github.com/Chainlit/chainlit). It has proven to be extremely valuable for our works. As the user base for chainlit grows, there might...
Hi, great job with Chainlit, I think there is a little bug with the Running label on the spinner in the chat window, may be the issue is related to...
I'm intending to use a custom inhouse built OAuth provider that supports implicit flow. I notice there is a cookbook example [here](https://github.com/Chainlit/cookbook/pull/92) that showcase how to inject a custom provider...
The docs says that > "Currently, you have to serve your Chainlit app from the root of your domain/subdomain. This means that you can’t serve it from a subdirectory like...
how to read url get params ? like localhost:8000/user_id=1
I am building a framework that can work with markdown files. However, when I use the AskFileMessage with the mime types as below, it does not let me upload a...
This is an attempt to address issue #1350, and it may serve as a basis for future improvements and better implementations. To use this functionality, follow these steps: 1. Convert...
**Describe the bug** Clicking thread history fails to show thread. Skeleton shows briefly before going to blank screen. **To Reproduce** Install Chainlit 1.0.505 start server and click any thread in...
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...