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've been using OAIAssistants for our CL app, following the cookbook example. We are not getting token stats in Literal. After looking at the code, it appears that we will...

enhancement

Suggestion #1: "After creating a new chat by clicking the 'new chat' button, it would be great if the chat history list could automatically refresh." Suggestion #2: "Consider implementing the...

enhancement

I have been using chainlit smoothly for a while and I decided to upgrade to the newest version. After running `pip install -U chainlit` and installation completes, `chainlit hello` fails...

bug

I had refactored the code in https://github.com/Chainlit/docs/blob/aa50e881dde660ee7393b0b80427e6c88524a3a5/examples/qa.mdx#L53 I am missing something on the flow. I thought on_chat_start would be invoked once per run, but it seems to be invoked periodically....

Is there a way to have several AI Agents in the same chat? I'm building a project that uses CrewAI, and built an UI using Chainlit. Right now all Agent...

**Describe the bug** The following snipped does not check with mypy: > test.py:8: error: Argument 1 to "append" of "list" has incompatible type "Video"; expected "ElementBased" [arg-type] **To Reproduce** Check...

bug

I want to build a product using chain lit but the footer makes it kinda unprofessional. Is there anyway to remove it?

**Describe the bug** I am using custom react as frontend and chainlit as backend. It works well, but sometimes the request doesnot reach to chainlit backend. It keeps pending at...

bug

I'd like to run an integration test for my chainlit app with the pytest framework with the following requirements to make sure the app is not broken: - I want...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Browser language dependant **Describe...

enhancement