Skip to content

lilbillybiscuit/chatbot-ui-toolllama

 
 

Repository files navigation

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.

About

An open source ChatGPT UI for ToolLlama

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.3%
  • Other 1.7%