chainlit
chainlit copied to clipboard
Build Conversational AI in minutes ⚡️
I have an app.py file which as a demo was provided in one of your modules. I removed authentication, changed the welcome message and such changes are taking places at...
I am currently using the following code to set initial actions and update the greeting message: ```python init_actions = await cl.make_async(set_init_actions)(user_knowledge=user_knowledge, chat_profile=chat_profile) greeting_msg.actions = init_actions greeting_msg.content = greeting_msg.content + "\n\nOr,...
I've tried running this on both Ubuntu and MacOS and I get the same results. Providing the output of using this on MacOS below. Ran the following commands to install...
Currently the metadata is saved on the end of the chat, instead of on a new message or on chat start. This means that while the user is chatting the...
Hi! First off, Chainlit so far has been amazing! I have managed to make a quick prototype in a few hours, and it has a lot of functionality I like...
Hello Chainlit team We realised that the JWT access token is appended into the callback URL params as a means to pass the access token to the frontend. https://github.com/Chainlit/chainlit/blob/d2fb2169b3e8bdf71a68e92bc07e76d3e6f7b266/backend/chainlit/server.py#L494 1....
Chainlt example code works fine with file attachment option. But if we want custom react frontend with chainlit backend are there any example code available?
Would it be possible to update `dataclasses_json` version [here](https://github.com/Chainlit/chainlit/blob/ce0b9cf1a35a7eb9d6464649dd7fa2169fe54719/backend/pyproject.toml#L27) so that it matches [versions](https://github.com/langchain-ai/langchain/blob/40f846e65da37a1c00d72da9ea64ebb0f295b016/poetry.lock#L1710) in LangChain? This would allow Chainlit to work with the latest version of Unstructured (0.12.6) which...
See title. When I update 1.0.200 to 300, Playground cannot find template formats anymore.