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

Resolve #828 by updating websocket's thread id header with currentThreadId to ensure session continuation after backend restart #996 Changes: - [x] Update websocket headers to use currentThreadId when it's updated...

Building on the idea suggested by @postonsundays at https://github.com/Chainlit/chainlit/pull/686. What can be done now: - [x] Display videos from various sources provided by ReactPlayer (YouTube, Facebook, Twitch, Vimeo, DailyMotion, ...)...

**Is your feature request related to a problem? Please describe.** I'm facing an issue with handling OAuth2 tokens with the Azure `azure-ad` provider. When a user session extends beyond the...

needs-triage

A markdown link such as \[TEXT](http://example.org) works as expected, however, if you want to use a custom URL scheme for a local app, then it fails. Try for instance \[TEXT](myapp://path-to-item)...

needs-triage

**Describe the bug** I am using chainlit connect to ollama and running the llama2, during the last days everything was doing well until today when I tried to run my...

needs-triage

Is your feature request related to a problem? Please describe. I am using the copilot which inherits the font-size of html. Not sure if there is anyway to adjust the...

needs-triage

**Describe the bug** When defining lc_cache_path and enabling cache in config type error is thrown with message "got multiple values for keyword argument lc_cache_path. **To Reproduce** 1. enable cache and...

needs-triage

**Is your feature request related to a problem? Please describe.** I am using the copilot on a website which works on a static index.html page, but upon clicking to another...

needs-triage

When defining `lc_cache_path` and enabling cache in config: ``` toml # Enable third parties caching (e.g LangChain cache) cache = true lc_cache_path = './.custom-cache-path.db' ``` TypeError is thrown: ``` bash...

I am experiencing an issue where locally stored images are not displayed in Markdown when using the chainlit.md (#955), message, and Step classes in Chainlit. Below is a detailed description...

needs-triage