-
I am running chainlit in a docker container and I have an issue while uploading .docx files. As my task needs to save the docx file and process on it which needs styles to be preserved. So I am using …
-
I ran the instructions [here](https://github.com/Chainlit/chainlit/blob/main/.github/CONTRIBUTING.md) to set up the repo for local development. But when I reach the step: `chainlit run chainlit/hello.…
-
Chainlit UI breaks after a file is sent on user message. The file size is ~ 20 mb which is a response form smartdataframe. FIle is sent correctly but after that chainlit UI becoms irresponsive. Is the…
-
We're using cloud.getliteral.ai to log user interactions and feedback. The feedback and the question from the user gets logged, but the response back from the language model is blank. Is this a bug …
-
[Pasting from discord] Is there some way to nest AskUserMessage at an inner level (i.e. not root)? E.g. in a multi-agent setup, when a nested sub-task requires user input, I need the input to show up …
-
![image](https://github.com/Chainlit/chainlit/assets/18211419/641f8d0b-ea3c-4571-bc5c-ec3c70210861)
Per the documentation, I set the callback URL as : `BASE_URL/auth/oauth/azure-ad/callback`. My BA…
wxp16 updated
9 months ago
-
Is there a way to remove the "switch-hide-cot" from the Settings UI, from the settings options top-right PersonIcon?
-
Hello! I was unable to install the requirements. I tried both via requirements.txt and the manual installation process as instructed in WebRAGQuery. Using the latter method, I'm getting the following …
-
I want to add google authentication to my chainlit app. For that I have set the environment variables: OAUTH_GOOGLE_CLIENT_ID and OAUTH_GOOGLE_CLIENT_SECRET.
What changes should be made in chainlit …
-
# Description
When I start a hello world app:
```python
import chainlit as cl
@cl.on_message
async def main(message: str):
await cl.Message(content=message).send()
```
I open the bro…