Skip to content

zombierantcasey/onerocket-chatpad

 
 

Repository files navigation

OneRocket Logo

Onerocket-Chatpad

Fork of chatpad with newly built features to support the Onerocket.ai API.

Onerocket is an AI broker/aggregator designed to provide a single path to many LLMs and AI systems. Additionally, it also provides simple one request endpoints to execute more complicated logic.

Ensure both npm and yarn are installed.

Yarn build

yarn build

Build docker locally

docker build -t or-chatpad .

Run build locally:

sudo docker run --name chatpad -d -p 8080:80 or-chatpad

Run after build:

docker start chatpad

Re-deploy existing docker container

If you're updating an existing docker container, use the dockerredpeploy.sh script:

sudo ./dockerredeploy.sh

About

Chatpad UI adapted to function with Onerocket.ai!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.6%
  • Other 1.4%