chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Build Conversational AI in minutes ⚡️

Results 506 chainlit issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** Assistant messages (including AskUserMessages) are stacked at the top of the chat window, with user messages at the bottom, instead of being in the order they were...

bug
needs-triage
evaluate-with-priority
frontend

Support editing previous messages like ChatGPT. The conversation should "fork" when message is edited. If possible also creates a duplicate of the memory in LangChain?

enhancement
stale

Is it just me or is anyone else getting ConnectionRefusedError: You need to configure at least an on_chat_start or an on_message callback with watch-mode enabled. To reproduce. -run any of...

stale

```pwsh > chainlit run .\langchain_lcel.py -w 2024-01-10 00:00:55 - Your app is available at http://localhost:8000 2024-01-10 00:01:01 - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" 2024-01-10 00:01:02 - 1 change...

stale

**Is your feature request related to a problem? Please describe.** I am working with a voice chat model that responds to a single user message with multiple audio messages. I...

enhancement
elements
stale

I am attempting to create a chainlit-based chat application using Embedchain. Everything is working except the responses coming through chainlit are cut off / truncated and never seem to be...

stale

As attached in the file, the question for answer4 is not even displayed in chainlit ui, can someone please help here [message (2).txt](https://github.com/user-attachments/files/17151748/message.2.txt)

bug
needs-triage
frontend

Signed-off-by: San Nguyen with time.sleep(), the entire program is stopped, which yield very bad performance for server handling concurrent requests. Introducing new `async init` method for creating Step and Message...

bug
backend
size:M

# Custom authentication ## This PR provides an option for the users to use custom authentication mechanism. ### What's changed: - New options were added to the configuration - There...

enhancement
size:M

**Describe the bug** Missing file suffix when uploading xlsx file. **To Reproduce** Steps to reproduce the behavior: I have uploaded a txt and an xlsx file. This is my .files...

bug
needs-triage