chainlit
chainlit copied to clipboard
Build Conversational AI in minutes ⚡️
**TLDR:** This proposal aims to transition from a synchronous Python runtime (Flask + threads) to an asynchronous one (FastAPI + event loop) for improved maintainability, compatibility with the broader Python...
## What: Allow devs to place actions into chat bar like Chat GPT 1. Action buttons can be display in chat window  2. Action buttons can not be `pinned`...
instruction: chainlit run visualization.py --host xxx.xxx.xx.xx --port 8765 -w Why does the window that pops up locally after I specify the ip and port not display any content?
## Description - This element allows displaying local or remote pdf files in the chat UI - For now the implementation is simple: the backend sends a base64 string to...
Anyone has successfuly deployed in PythonAnywehere? If, yes how did you configure it?
Platform : Windows 11 1. Installed the chainlit from - Download the [wheel](https://chainlit-cloud.s3.eu-west-3.amazonaws.com/dev-release/chainlit-0.3.0-py3-none-any.whl) - Run pip uninstall chainlit - Run pip install PATH_TO_WHEEL 2. After that getting the error: ```...
It says to run chainlit run target.py -h But in the folder there is no such file and it gives an error while running
Having the same issue here. Running on a linux server, no error message, just a blank page. Specifying the host and port did not help in any way. _Originally posted...
when trying to access a running chainlit over LAN (one box to another) an SSL transport is required auth0-spa-js must run on a secure origin. See https://github.com/auth0/auth0-spa-js/blob/master/FAQ.md#why-do-i-get-auth0-spa-js-must-run-on-a-secure-origin for more information....
The web application runs, but on the terminal I am getting spammed with SSL Certificate Verify Failed errors. ```0608 23:35:42.397180000 6108459008 ssl_transport_security.cc:1420] Handshake failed with fatal error SSL_ERROR_SSL: error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED.```