Web UI
Please note that this Web UI is a playground for development and testing purposes only. Be cautious when running the Web UI, as anyone can access it if the port is open to the public. If you want to deploy a Web UI for production, you need to address security concerns, such as authentication and authorization, making sure the server is secure.
Follow the instruction in Quick Start to clone the repository and fill in the necessary configurations.
Install the chainlit
package by pip install -U "chainlit<1.1.300"
if you don't have it in your environment.
Chainlit has a major update in version 1.1.300 that may cause compatibility issues. Please make sure you have the correct version installed.
Start the service by running the following command.
# assume you are in the TaskWeaver folder
cd playground/UI/
# make sure you are in playground/UI/ folder
chainlit run app.py
Open the browser with http://localhost:8000 if it doesn't open automatically.
We now support uploading files using the Web UI.
Below are some screenshots of the Web UI: