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

When a user deletes a conversation/thread, I want to be able to catch that event and potentially clear a vector database for example. Workaround: Periodically delete threads and corresponding items...

enhancement

I want to hide the option dark-mode of the settings UI. There is a way to hide the theme switch from the user ? I know that I could hide...

enhancement

**Describe the bug** Chainlit.cli has “IndentionError : unindent doesn’t match any outer infection level” on dataclass_json/api.py on line 143 **Expected behavior** Chainlit to startup on kubernetes **Screenshots** Attached[]()![image](https://github.com/Chainlit/chainlit/assets/10671793/f6396e33-f72a-4814-9cef-452a62adf068)

bug

I have a Sample Chainlit Server App Running using `chainlit run`. I see that the Application is opened on the Browser using the HTTP Protocol. Is there a way where...

Hi Team, Thanks a lot for the wonderful work. I know more documentation will be available in future, but here is some questions I have if you can help me....

I am struggling to find a solution to integrate my chainlit application to my companies ADS using ldap or SSO going through the documentation it is hard to understand.

![111111](https://github.com/Chainlit/chainlit/assets/53430154/d4928622-ecd2-4970-b2cd-bb0b8667064a) the agent is a AgentExecutor,unable to implement streaming output in chainlit. ![2222222](https://github.com/Chainlit/chainlit/assets/53430154/05687096-fab1-4d4d-9e25-bafb04516885) Can anyone help me?

**Is your feature request related to a problem? Please describe.** We are currently trying to build a conversational AI app with voice output (reading out the response), and ideally, the...

enhancement

**Describe the bug** Even an attempt to output a code that prints "hello world" fails, or at the very least, is incredibly slow. **To Reproduce** Steps to reproduce the behavior:...

bug

**Describe the bug** I am trying to bringup a simple chatbot from chainlit. I am using local LLM. Hence there is some time delay in response. My problem is that,...

bug