chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Build Conversational AI in minutes ⚡️

Results 172 chainlit issues
Sort by recently updated
recently updated
newest added

Currently on setting `Content-Security-Policy: require-trusted-types-for 'script';` in response header, it gives `Failed to set the 'innerHTML' property on 'Element': This document requires 'TrustedHTML' assignment.`.

bug

Hi, i want to implement Azure AD OAuth, anyone here know what is the correct redirect URI to put in CHAINLIT_URL in the .env file? I have deploy the app...

bug

Are there examples of Chainlit and CrewAI working together?

enhancement

Is there a more detailed example of API Endpoints for multi round conversations.

documentation
help wanted

![image](https://github.com/Chainlit/chainlit/assets/28846642/e5385609-f0e3-4683-a8cb-9c0818a64c86) - CTRL-C doesn't work - Sending SIGTERM doesn't work - Only SIGKIFF works os: wsl2

bug

Hi, according to the API reference, when using `AskUserAction`, if the user does not answer in time (see timeout), a `TimeoutError` will be raised, or None will be returned, depending...

bug

I have created simple chatbot using ConversationalRetrievalChain. I am trying to stream the answer using code below. @cl.on_message async def main(message: cl.Message): chain = cl.user_session.get("chain") # type: ConversationalRetrievalChain cb =...

The text box is too small in the chat settings. ![image](https://github.com/Chainlit/chainlit/assets/16107237/dac13d46-b688-4a46-996f-b73c3222b217)

bug

I have a question regarding an example on https://github.com/Chainlit/cookbook/blob/main/pyautogen/app.py (or async version: https://github.com/Chainlit/cookbook/blob/main/pyautogen/async_app.py) that combines **autogen** and **chainlit**. I've been trying to modify the code to enable streaming output, but...

As a user, I would like the chat history to show my current thread when I start a new conversation. This has been requested by several users, and was mentioned...

enhancement