chainlit
chainlit copied to clipboard
Build Conversational AI in minutes ⚡️

**Describe the bug** When using Safari (even on private window), when sending a message in the `on_chat_start` callback the message frequently does not appear (over 90% of the time). Works...
**Describe the bug** I followed the documentation on how to embed a copilot on my website. The copilot doesn't show up and the browser console shows a JS error. ```...
while login, get Unable to sign in. and my code same as example import chainlit as cl @cl.password_auth_callback def auth_callback(username: str, password: str): # Fetch the user matching username from...
**Bug description:** I have created a chainlit application and used the new copilot feature (https://docs.chainlit.io/deployment/copilot) to integrate it into another application of mine like this: ``` window.mountChainlitWidget({ chainlitServer: "https://question.ai.mydomain.com", showCot:...
Feature request for query params to be made available in the `on_chat_start` decorator. From there you could add them to user session or take another action. ```python @on_chat_start async def...
## Overview Updated the AskSpec data class to support `None` as a valid value for the `timeout` field, allowing developers to force a wait without a timeout constraint. Previously, passing...
I added optional parameters to pass an SSL certificate file and key file through to the webserver in the run command, as either a CLI or env var using the...
# Motivation The reason for this PR is that I'm having issues configuring all the loggers, and this causes problems with some log messages being in a different format than...
Am testing using Literal AI to persist chat history but I encountered error with thread. `Failed to list threads: [{'message': 'Unknown type "ThreadFiltersInput". Did you mean "ThreadsOrderByInput" or "ThreadPayloadInput"?', 'locations':...