chainlit
chainlit copied to clipboard
Build Conversational AI in minutes ⚡️
**Describe the bug** Azure dependency is required to use S3 as storage_client **To Reproduce** `from chainlit.data.storage_clients import S3StorageClient` **Expected behavior** I'm trying to use S3 as a storage client, I...
Hi everyone, Could you please provide a complete example of Auth0 or OAuth authentication with Chainlit? Unfortunately, I couldn't implement it just with the explanations in the documentation. Thank you...
**Describe the bug** I am getting chainlit.context.ChainlitContextException: Chainlit context not found when trying to get languages stored in the user_session in set_starters function. **To Reproduce** Steps to reproduce the behavior:...
Dear Chainlit team, could you tell, is there a way to get request headers in Chainlit code? (for example, in FastAPI it is possible to get access to the request...
When I start two Chainlit Docker containers with different `CHAINLIT_AUTH_SECRET` and `CHAINLIT_URL` behind an NGINX reverse proxy, authentication begins to fail. Here's the scenario: I open two different browsers in...
I'd like to play time-killer videos while AI is thinking. I'm using animated GIFs, however, their file size is 10 times larger than mp4. I'd like to have: video =...
Although authentication works, with the below I couldn't find any info on user roles that are assigned to users in the App Registration. def oauth_callback(provider_id: str, token: str, raw_user_data: dict,...
Updated to support databases that natively return JSONB objects as strings, such as sqlite.
**Describe the bug** - When user selects a google account, the page remains stuck on google's page, and ultimately breaks with a log line saying `some unexpected error occured`. **To...