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
docker build -t or-chatpad .
sudo docker run --name chatpad -d -p 8080:80 or-chatpad
docker start chatpad
If you're updating an existing docker container, use the dockerredpeploy.sh script:
sudo ./dockerredeploy.sh