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

Allow for multiline `TextInput` ```python @cl.on_chat_start async def on_chat_start(): await cl.ChatSettings( [ TextInput( id="AgentName", label="Agent Name", initial="AI", multiline=True ) ] ).send() ```

Ensures returning to a previously created chat will display all the messages.

This ensures menu items display the item label rather than value.

**Describe the bug** Fresh thread data is not fetched from the API prior to returning to a recently ended chat. **To Reproduce** 1. Start a chat. 2. Add a few...

needs-triage

how to use in memgpt?

fixes #743 - only consider paste input if it can't be converted as text

We use Chainlit as a dependency in a custom Python package that runs in a Kubernetes environment. The structure of the project is as follows: ``` APP_ROOT |- .chainlit/ (config_dir)...

needs-triage

As far as I can see, this prevents from sending a message that is composed of several lines on mobile, unless you copy-paste it from elsewhere...

needs-triage

**Describe the bug** I am trying to run a chainlit app, but the app crash at startup **To Reproduce** ┌ ~/g/langchain-tutorials └➤ pip install google.protobuf ERROR: Could not find a...

needs-triage

After the upload is started in the sample code, the dialog box cannot work. How can it work at the same time? Can a new process be started?

needs-triage