Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 812 Bytes

README.md

File metadata and controls

47 lines (28 loc) · 812 Bytes

ToolLLaMA UI

ToolLLaMA UI is an open source chat UI for ToolBench

Deploy

Vercel

Host your own live version of ToolLLaMA UI with Vercel.

Deploy with Vercel

Docker

Build locally:

docker build -t chatgpt-ui-toolllama .
docker run -e -p 3000:3000 chatgpt-ui-toolllama

Running Locally

1. Clone Repo

git clone https://github.com/lilbillybiscuit/chatbot-ui-toolllama.git

2. Install Dependencies

npm i

3. Run App

npm run dev

5. Use It

You should be able to start chatting.