chainlit
chainlit copied to clipboard
Build Conversational AI in minutes ⚡️
https://github.com/user-attachments/assets/61963e17-a92d-4cfd-bc5c-f8b767f92e4d
**Describe the bug** Opening URL for Swagger documentation `http://localhost:8000/docs` returns error **To Reproduce** Steps to reproduce the behavior: 1. Install chainlit using `pip install chainlit` 2. Run chainlit using `chainlit...
Separate toggleable buttons from commands This commit implements a complete separation between toggleable buttons and standard commands, allowing developers to independently define and configure these two distinct types of interactive...
An error occurred: (sqlalchemy.dialects.postgresql.asyncpg.IntegrityError) : null value in column "threadId" of relation "feedbacks" violates not-null constraint DETAIL: Failing row contains (, , null, 1, null). [SQL: INSERT INTO feedbacks ("forId",...
Bug Description: When developing applications with Chainlit, I attempted to programmatically control the text content displayed in the main user input field (the text box where the user types their...
**Describe the bug** "- **[breaking]**: `http_referer`, `http_cookie` and `languages` are no longer directly available in the session object. Instead, `environ` is available containing all of those plus other HTTP headers"...
**Describe the bug** After deploying the chainlit demo app in aws eks with openai and chromadb. As soon as I launch the app hosted in EKS chainlit page loads with...
**Is your feature request related to a problem? Please describe.** Once the sidebar is shown and the user clicks on the arrow button it collapses and it isn't possible for...
**Describe the bug** when I add a mcp server by npx, it reports an error:  Add I ran this command, it acted normally:  - OS: macOS - Browser...