chainlit
chainlit copied to clipboard
Build Conversational AI in minutes ⚡️
**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...
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?
ConnectionRefusedError: You need to configure at least an on_chat_start or an on_message callback
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...
```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...
**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...
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...
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)
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...
# 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...
**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...