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

My Chainlit app builds and runs in Docker, so I went ahead to deploy it in our AWS Kubernetes cluster. And although it deployed without any error, when I go...

I am encountering a notable issue while running the ChainLit app with GPT-4. Specifically, when posing longer questions that require additional processing time, there is a delay in receiving a...

When I use this code for ChatProfiles and select the "Sprachprüfung" tab, it says "Could not reach the server" on the client, and spams the error ```ERROR: Exception in ASGI...

bug

**Is your feature request related to a problem? Please describe.** I'm trying to utilize LangGraph with Chainlit, and when I run my workflow I would like to see the [Steps](https://docs.chainlit.io/api-reference/step-class)...

enhancement

**Describe the bug** When deploying the application to Azure App Service, chainlit (1.0.401) loses all configuration options set in '.chainlit/config.toml' and doesn't load my custom css/icons under '/public' (defaults to...

bug

[features] "# Show the prompt playground" prompt_playground = false in the config file is not working. chainlit ver is 0.7.700. I don't want to change the version of chainlit, but...

bug

**Describe the bug** License mismatch between the github repo and pypi. License for Chainlit is noted as "Apache License 2.0" in the github repo but it appears as "Other/Proprietary License...

bug

Chainlit has a feature that enables you to store, analyze and persist your data with [Literal](https://getliteral.ai/). You can also create your own [custom data layer](https://docs.chainlit.io/data-persistence/custom) to store the data in...

help wanted
good first issue

**Is your feature request related to a problem? Please describe.** We're using the react-client in our own custom frontend for a while now and have generally been very happy with...

enhancement

I only need dark mode, how can i load dark mode by default?