mirror of
https://github.com/deiucanta/chatpad.git
synced 2026-03-11 09:04:31 +00:00
adjusted readme
This commit is contained in:
parent
f45cd53bc4
commit
f49615c9ef
1 changed files with 3 additions and 37 deletions
40
README.md
40
README.md
|
|
@ -1,25 +1,8 @@
|
|||

|
||||
# Onerocket-Chatpad
|
||||
|
||||
<h1 align="center">Chatpad AI</h1>
|
||||
<h2 align="center">Premium quality UI for ChatGPT</h2>
|
||||
<!-- <p align="center"><a href="https://chatpad.ai">Web App</a> & <a href="https://download.chatpad.ai">Desktop App</a></p> -->
|
||||
<p align="center"><a href="https://chatpad.ai">Web App</a> & <a href="https://dl.todesktop.com/230313oyppkw40a">Desktop App</a></p>
|
||||
Fork of chatpad with built in features to support the Onerocket.ai API.
|
||||
|
||||
Recently, there has been a surge of UIs for ChatGPT, making it the new "to-do app" that everyone wants to try their hand at. Chatpad sets itself apart with a broader vision - to become the ultimate interface for ChatGPT users.
|
||||
|
||||
### ⚡️ Free and open source
|
||||
|
||||
This app is provided for free and the source code is available on GitHub.
|
||||
|
||||
### 🔒 Privacy focused
|
||||
|
||||
No tracking, no cookies, no bullshit. All your data is stored locally.
|
||||
|
||||
### ✨ Best experience
|
||||
|
||||
Crafted with love and care to provide the best experience possible.
|
||||
|
||||
---
|
||||
Onerocket is an AI broker/aggregator designed to provide a single path to many LLMs and AI system. Additionally, it also provides simple one request endpoints to execute more complicated logic.
|
||||
|
||||
## Self-host using Docker
|
||||
|
||||
|
|
@ -33,23 +16,6 @@ docker run --name chatpad -d -p 8080:80 ghcr.io/deiucanta/chatpad:latest
|
|||
docker run --name chatpad -d -v `pwd`/config.json:/usr/share/nginx/html/config.json -p 8080:80 ghcr.io/deiucanta/chatpad:latest
|
||||
```
|
||||
|
||||
## One click Deployments
|
||||
|
||||
<!-- Easypanel -->
|
||||
[](https://easypanel.io/docs/templates/chatpad)
|
||||
|
||||
<!-- Netlify -->
|
||||
[](https://app.netlify.com/start/deploy?repository=https://github.com/deiucanta/chatpad)
|
||||
|
||||
<!-- Vercel -->
|
||||
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fdeiucanta%2Fchatpad&project-name=chatpad&repository-name=chatpad-vercel&demo-title=Chatpad&demo-description=The%20Official%20Chatpad%20Website&demo-url=https%3A%2F%2Fchatpad.ai&demo-image=https%3A%2F%2Fraw.githubusercontent.com%2Fdeiucanta%2Fchatpad%2Fmain%2Fbanner.png)
|
||||
|
||||
<!-- Railway -->
|
||||
[](https://railway.app/template/Ak6DUw?referralCode=9M8r62)
|
||||
|
||||
[](https://cloud.digitalocean.com/apps/new?repo=https://github.com/deiucanta/chatpad/tree/main)
|
||||
|
||||
|
||||
## Give Feedback
|
||||
|
||||
If you have any feature requests or bug reports, go to [feedback.chatpad.ai](https://feedback.chatpad.ai).
|
||||
|
|
|
|||
Loading…
Reference in a new issue