chainlit
chainlit copied to clipboard
Build Conversational AI in minutes ⚡️
We have a custom linux python container Azure web app with our own AAD login mechanism but the same app registration used for the chainlit part. - We used mount_chainlit...
Hello, I have more a question than a feature request (or may be a feature request for a clean roadmap). I have seen that the Prompt Playground has now completely...
I want to impelement user feedback without literal AI and i got tutorial from this link. https://medium.com/@yukthihettiarachchissck/enable-human-feedback-in-chainlit-without-literal-api-key-and-save-feedback-95bfd3a01073 i want to get variabel from cl.user_session in method upsert_feedback. so that i...
**Is your feature request related to a problem? Please describe.** Currently using the dynamoDB data layer and is working amazingly well. For a user experience though I would like to...
Has anyone successfully hosted a chainlit application on IIS? Currently I run it the app on localhost and tried to use the IIS URL Rewrite feature, which usually works fine....
**Is your feature request related to a problem? Please describe.** Overall, I am creating a co-pilot for an interface. I would like to use OpenAI assistant to help them. It's...
`SQLAlchemyDataLayer` (`get_all_user_threads` method) doesn't return feedback_id of already existing feedback, when resuming already existing chat. This results in duplicating feedback when you want to change already existing feedback. Proposed change...
We modified the front-end code, started the front-end with pnpm run dev, and connected the chainlit backend with the command chainlit run app.py. But unfortunately, we found that the front...
**Describe the bug** I have implemented a custom S3DataLayer to support chat history for multiple users. However, the "Resume Chat" feature is not working as expected. When I click "Resume...