chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Build Conversational AI in minutes ⚡️

Results 172 chainlit issues
Sort by recently updated
recently updated
newest added

I am working a project where when a user uploads and excel file then it should plot count plots for all categorical columns. I am using plotly and in that...

I tried running `chainlit hello` and my app too that works well on Windows 11 `chainlit run app.py -w -h` but get below error: Traceback (most recent call last): File...

When attempting to authenticate via OAuth2, I encounter the "Error 400: redirect_uri_mismatch." It seems to be related to the redirect URIs not aligning correctly during the authentication process. I suspect...

**Describe the solution you'd like** Chainlit is great and it's also nice that already comes with integrations out of the box e.g. for Langchain. But recently I have transitioned away...

enhancement

When the user presses the stop button, the backend raises an InterruptedError. In my mind this should be logged instead. Let me know if I've missed something!

**Is your feature request related to a problem? Please describe.** Yeah i have a django server where one part of it need to be a chat application. I have my...

enhancement

**Describe the bug** I am working on a project where a user can chat with multiple documents which are uploaded by the user. For single document it works fine. But...

bug

**Describe the bug** When I run any backend work more than ~ 45 seconed await cl.Message( content=response ).send() => this doesnot send any thing to screen **To Reproduce** Steps to...

bug

When I copy paste some cells from excel, the message seems to have an attached `image.png` which is a picture of the specific cells. My chatbot cannot process `png` files,...

bug
help wanted

Is there a chance to get another button down in the left corner of the chat history where I can delete the complete chat history? The way it actually works...

enhancement