Web UI
- Follow the instruction in Quick Start 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"
}
Install the
chainlit
package bypip install chainlit
if you don't have it in your env.Start the service by running the following command.
cd playground/UI/
chainlit run app.py
Open the browser with http://localhost:8000 and you can start the trial.