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

**Describe the bug** I defined a third-party ssoprovider myself and added the provider using from chainlit.oauth_providers import providers. Jumping to the login page has been implemented. However, when I clicked...

needs-triage

Added threadId to Feedback. This will allow for getting the associated threadId easily. Plan to use this in adding document database data layers to chainlit like Dynamo. Discussed with @willydouhard

**Describe the bug** I am encountering an AttributeError while integrating LlamaIndex with Chainlit. I am trying to stream the response generated by the Chat Engine (GPT-4 and 4o) while using...

needs-triage

can u help me to solve the issue when I run demo.py>zh_CN ? **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to...

needs-triage

Jinja2 (rather than custom template) in index view. Would allow future overrides of headers, including arbitrary JS and meta tags (analytics, ads, Twitter cards, whatever) which we'll submit as a...

When using AWS Bedrock, `_update_item` throws a TypeError as AWS Bedrock returns floats in its response. Dynamodb requires floats to be provided as `Decimal`. The reverse can also occur if...

bug
data layer
size:M

**Describe the bug** Chainlit has incorrect viewport settings resulting the textbox sitting below the fold of the page instead of at the bottom. **To Reproduce** Open default Chainlit app in...

needs-triage

I want to be able to activate data persistence for logging purposes, but I don't want resumability of previous threads. Activating a data layer also causes the app to start...

needs-triage

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...

needs-triage

I installed chainlit using pip install chainlit on terminal, when I hit pip install chainlit again it says that every requirement is already satisfied. But when I hit chainlit hello...

needs-triage