chainlit
chainlit copied to clipboard
Build Conversational AI in minutes ⚡️
Currently set_starters() is not called when you switch profiles in the UI even if the entire UI is redrawn. This prevents us from setting profile specific starters meaning we can...
**Describe the bug** When running a Chainlit app with a FastAPI backend, everything works fine when using the standalone Chainlit app. However, the subpath is duplicated in the frontend when...
**Describe the bug** The PR https://github.com/Chainlit/chainlit/pull/1326 introduces a bug when it expects the `get_avatar` to match string (https://github.com/Chainlit/chainlit/pull/1326/files#diff-9a73e67e163edc3fae6839bf2bcc8c6ab650624eff6668502388a7a86b7ece78R964) . The Frontend app can make requests to the avatar that do...
fix regex to accept numbers
--- **Describe the bug** When using Chainlit, setting Google Chrome's language to **"español (Latinoamérica)"** causes the application to fail with a `422 Unprocessable Entity` error. The issue arises because Chainlit's...
Signed-off-by: San Nguyen When socket.io polling try upgrading to websocket transport, and it fails, it does not retry. This PR fix that by reinitiate the connection.
Fixes the SQLAlchemy bug raised in #1394 Bug introduced in @1319 where `userId` wasn't encased with double-quotes so the SQL engine converts `userId` to `userid` which doesn't exist. Encasing with...
**Is your feature request related to a problem? Please describe.** - Utilizing LangGraph within Chainlit to stream events and the final response remains difficult and hard for users to implement....
**Describe the bug** When `ChatSettings` are defined in the application, they appear fine and usable upon a chat/thread instantiation, and are active and visible for the duration of the chat....
**Is your feature request related to a problem? Please describe.** I am using the SQLAlchemyDataLayer for my chainlit backend and langgraph for my agent logic. I used session_id as the...