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

Using version 1.1.300. Default chainlit.md file was created on application start. Still getting "Translated markdown file for en-US not found. Defaulting to chainlit.md." on each re-run. Yet no markdown text...

needs-triage

**Describe the bug** Pre-commit hooks fail, like such: ``` (chainlit-py3.10) drbob@seahorse backend % git commit -m 'Add black and isort to dev dependencies group.' → No staged files match any...

needs-triage

**Describe the bug** The pre-commit hook calls `black`, but it's not mentioned as a (dev) dependency in pyproject.toml. They are explicitly mentioned in the contribution instructions. Adding this to dev...

needs-triage

Tasklist example errors when tried to run. "Object of type Message is not JSON serializable" Steps to reproduce the behavior: 1. copy paste the example from https://docs.chainlit.io/api-reference/elements/tasklist 2. chainlit run...

needs-triage

I am not able to remove the footer in copilot, however I am able to do the same in main UI using custom css. It seems the css doesn't impact...

**Describe the bug** Line 178 in the en-US.json file has a typo. It should be "its" instead of "it's" https://github.com/Chainlit/chainlit/blob/e98499281900681d0fc5daf5a768ccdccf30d085/backend/chainlit/translations/en-US.json#L178 **To Reproduce** Steps to reproduce the behavior: 1. Go to...

needs-triage

Solves https://github.com/Chainlit/chainlit/issues/1190 Lockfile was based on (and can only be made by) including https://github.com/Chainlit/chainlit/pull/1192 but I separated them as the Python bump can be applied, reviewed and merged separately. Related...

See https://github.com/Chainlit/chainlit/issues/1189

**Describe the bug** While building main according to the [contribution instructions](https://github.com/SynergyOS-ai/chainlit/blob/main/.github/CONTRIBUTING.md), `poetry install` errors with build errors on scipy. This makes it harder to contribute. **To Reproduce** Steps to reproduce...

needs-triage