Skip to content

Commit

Permalink
readme++
Browse files Browse the repository at this point in the history
  • Loading branch information
zombierantcasey committed Mar 7, 2024
1 parent fe3deff commit 5128c84
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Onerocket-Chatpad

Fork of chatpad with built in features to support the Onerocket.ai API.
Fork of [chatpad](https://github.com/deiucanta/chatpad) with built in 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.

Expand All @@ -17,3 +17,9 @@ docker build -t or-chatpad .
```
sudo docker run --name chatpad -d -p 8080:80 or-chatpad
```

## Run after build:

```
docker start chatpad
```

0 comments on commit 5128c84

Please sign in to comment.