chainlit
chainlit copied to clipboard
Build Conversational AI in minutes ⚡️
The current [index.html](https://github.com/Chainlit/chainlit/blob/86ded88680a5e47edd5177b5cbe7fe01c597ab4e/frontend/index.html) uses [custom placeholders for search and replace](https://github.com/Chainlit/chainlit/blob/86ded88680a5e47edd5177b5cbe7fe01c597ab4e/backend/chainlit/server.py#L296) rather than a standardised template language. ## Advantages 1. Make the code more accessible to developers, they already know the...
Currently, I want to pass off authentication to my SAML 2.0 provider, but cannot do that directly within Chainlit. **Describe the solution you'd like** Similar to the use of GitHub...
I am trying version 1.1.301 and have multiple models with their full name. For example `meta-llama/Meta-Llama-3-8B-Instruct`. How should I name the avatar image in `public/avatars/` to get an image shown...
Hi, In the pre-release version (1.1.300) of chainlit that adds supports for starters, is it possible the remove the current limit of 4 and make it more flexible? For example...
I'm looking for a way (ideally using the default markdown page) to have a few example queries that the user can click on to initiate a conversation with the chatbot....
I am trying to develop a chatbot, streamlit worked fine but chainlit shows a blank page. I am on the Domino platforme. Sometimes I get a 100% blank screen sometimes...
This is a proposal for a different way to implement SQLAlchemy Data Layer using ORM instead of raw SQL statements, taking inspiration from https://github.com/Chainlit/chainlit/pull/832 Hopefully it will simplify support for...
It's obvious that unsafe_allow_html should always be set to false to disable script injections on user side, however LLM and system responses need often to be displayed in html format....