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

Currently, the Chainlit server initialization is configured to use only a single worker, as seen in the [chainlit/cli/init.py](https://github.com/Chainlit/chainlit/blob/main/backend/chainlit/cli/__init__.py#L80). This setup does not take full advantage of the available CPU resources,...

**Describe the bug** chainlit sets up the logging for the application it is in. A library should not do this. **To Reproduce** If you import chainlit first: ``` >>> import...

bug
needs-triage

## Describe the bug The 2.4.400 release, and specifically #2075 fixed the majority of the issues I expressed in #2032, which I greatly appreciate! Unfortunately, there seems to be one...

bug
needs-triage

When using Chainlit’s Microsoft Teams integration, each new user message currently reloads the chat and starts a new thread, causing a loss of conversation context. This makes it difficult to...

bug
needs-triage

### Problem description While running my Chainlit app, I encountered the following error when trying to insert data into the `steps` table: ``` (sqlalchemy.dialects.postgresql.asyncpg.ProgrammingError) : column "defaultOpen" of relation "steps"...

bug
needs-triage
data layer

**Describe the bug** The AzureStorageClient class in chainlit.data.storage_clients.azure implements the upload_file method but does not implement the other abstract methods delete_file and get_read_url from the BaseStorageClient class in base.py. The...

bug
needs-triage

**Is your feature request related to a problem? Please describe.** Is there a way to customize the chat UI to how it used to be? Things like user message on...

enhancement
needs-triage

**Is your feature request related to a problem? Please describe.** Currently, when using cl.Pdf with an existing file path, Chainlit creates a copy of the file with a new UUID-based...

enhancement
needs-triage

I'm trying to allow custom routes to access chainlit session. For example, I want this curl to show some text in the chat (for simplicity just looking at the latest...

bug
backend

**Describe the bug** After upgrade from 2.0.2 to 2.0.603 I cannot get custom routes to work, for example https://github.com/Chainlit/cookbook/tree/main/custom-frontend/backend. I've been trying to create the custom endpoint /custom-auth, but the...

bug
needs-triage
backend