chainlit
chainlit copied to clipboard
Build Conversational AI in minutes ⚡️
Adds option to `config.toml` to set default theme: - Options: "dark", "light", "system" - Default: "system" [Relevant Discord Thread](https://discord.com/channels/1088038867602526210/1224329894666702880) Python portion works. This prints the config selection, and "system" if...
Assistant error message appears before eventual result which incorrectly is placed as part of step?
Have two issues here: 1) Why getting immediately message: _Chatbot I'm sorry, but I am unable to provide real-time data or access specific *** information. You may need to check...
**Describe the bug** My workplace uses Apiiro for security compliance and [this section of code](https://github.com/Chainlit/chainlit/blob/main/cypress/support/utils.ts#L26-L33) gives a high severity security violation. Error message: `Improper Neutralization of Special Elements used in...
Enable option to change primary/secondary font colors for light/dark mode. Useful when using non-standard background colors. @tpatel @willydouhard Need your guidance here as I'm not a frontend expert and permission...
I've been trying to setup chainlit, but I always only get blank pages. I tried `chainlit hello` as well as the example LLama Index integration with `chainlit run app.py --host...
We have a separate feedback API endpoint located in the cloud. Instead of using the custom datalayer provided by Chainlit, I want to add two buttons at the end of...
**Describe the bug** When using task.forId to connect tasks to messages, the orange highlight animation only works if you alternate tasks. i.e click on task 1 = orange click on...
**Is the feature request related to a problem? Description.** Please describe clearly and concisely what the problem is. Example I am always [...].It is frustrating at times. It would be...
**Describe the bug** When uploading certain file types the mime types are not recognized. Incorrect: - Markdown `.md` - ERROR: defaults to `application/octect-stream` - Python `.py` - ERROR: App crashes...
Hi there! I've built my first chainlit app. It's very simple and it runs like this. ```shell cd ./chainlit-backend chainlit run app.py -h ``` ## Start the React app ```shell...