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

I see that you can use a custom React front-end, but within the normal Chainlit UI what is the best general approach one should take to go about including slightly...

When using `@cl.oauth_callback` as described in the [docs](https://docs.chainlit.io/authentication/oauth), `CHAINLIT_URL` can be set to define the backend's URL - which works as expected. However, the `RedirectResponse` defined in [oauth_callback](https://github.com/Chainlit/chainlit/blob/8e532b7e2382f91628c4eb4569b0912abc8af09a/backend/chainlit/server.py#L469C5-L472C6) simply calls...

bug

**Describe the bug** I'm trying to serve chainlit frontend on a remote server where I am already running a few apps. On opening /chainlit in the browser, the request is...

bug

# Overview - Adds custom SQLite data layer, which is very simple to set up, no need to create extra database! - This datalayer inherits from ChainlitDataLayer, reusing its business...

I'm just using the code from the documentation: ``` from chainlit.server import app from fastapi import Request from fastapi.responses import HTMLResponse from chainlit.context import init_http_context import chainlit as cl @app.get("/hello")...

bug

How do I remove this powered by chainlit from the UI?

enhancement

**Describe the bug** When actions are displayed to the user with _**cl.AskActionMessage**_, and the text input was disabled if the user hits the button to close the copilot, and then...

bug

I am trying to build a chainlit app with copilot, but I can't get the copilot. I only installed chainlit and run the file following the tutorial. >Uncaught TypeError: Failed...

bug

**Describe the bug** When I use custom react as frontend and chainlit as backend, sometimes the backend endpoint call from react frontend doesnot work. This works in local system. But...

bug