Skip to content

Commit

Permalink
chore: update render.com deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Apr 25, 2024
1 parent a0c9ac0 commit f24427e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ docker run -p 8000:8000 programzmh/chatnio-blob-service
# docker run -p 8000:8000 -v /path/to/static:/static programzmh/chatnio-blob-service
```

> Deploy to [Render.com](https://render.com)
>
> [![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://dashboard.render.com/select-image?type=web&image=programzmh%2Fchatnio-blob-service)
>
>
> Select **Web Service** and **Docker** Image, then input the image `programzmh/chatnio-blob-service` and click **Create Web Service**.
> > ⭐ Render.com Includes Free **750 Hours** of Usage per Month
>
## Deploy by Source Code
The service will be running on `http://localhost:8000`
## Run
Expand Down Expand Up @@ -100,6 +109,7 @@ Response
- [x] **No Storage Required & No External Dependencies**
- [x] Base64 Encoding/Decoding
- [x] Support Serverless Deployment **Without Storage** (e.g. Vercel)
- [ ] No Direct URL Access *(Base64 not support models like `gpt-4-all`)*

2. 📁 Local Storage
- [ ] **Require Server Environment** (e.g. VPS, Docker)
Expand Down

0 comments on commit f24427e

Please sign in to comment.