Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 794 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 794 Bytes

How to Run UI

  1. Follow the instruction in the repo's README to clone the repo and make configurations
git clone https://github.com/microsoft/TaskWeaver.git
cd TaskWeaver
# install the requirements
pip install -r requirements.txt
{
"llm.api_key": "the api key",
"llm.model": "the model name, e.g., gpt-4"
}
  1. Install the chainlit package by pip install chainlit if you don't have it in your env.

  2. Start the service by running the following command.

cd playground/UI/
chainlit run app.py
  1. Open the browser with http://localhost:8000 and you can start the trial.

  2. Below are some screenshots: TaskWeaver UI Screenshot 1 TaskWeaver UI Screenshot 2