diff --git a/README.md b/README.md index 62be2af..6c6ce44 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@

-> Use ChatGPT On Wechat via wechaty +> Use ChatGPT On Wechat via wechaty English | [中文文档](README_ZH.md) -### 🏠 [Homepage](https://github.com/fuergaosi233/wechat-chatgpt) +[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/BHJD6L?referralCode=FaJtD_) ## 🌟 Feature - [x] Use ChatGPT On Wechat via wechaty @@ -21,7 +21,7 @@ English | [中文文档](README_ZH.md) - [x] Add conversation Support (Everyone will have their own session) - [x] Add Dockerfile - [x] Publish to Docker.hub -- [ ] Add Railway deploy +- [x] Add Railway deploy - [x] Auto Reload OpenAI Accounts Pool - [ ] Add sendmessage retry for 429/503 diff --git a/README_ZH.md b/README_ZH.md index 85639e8..6b6fa62 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -9,10 +9,10 @@

-> 在微信上迅速接入 ChatGPT,让它成为你最好的助手! +> 在微信上迅速接入 ChatGPT,让它成为你最好的助手! [English](README.md) | 中文文档 -### 🏠 [主页](https://github.com/fuergaosi233/wechat-chatgpt/blob/main/README_ZH.md) +[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/BHJD6L?referralCode=FaJtD_) ## 🌟 功能点 - [x] 通过 wechaty,将 ChatGPT 接入微信 @@ -21,7 +21,7 @@ - [x] 加入了持续对话的功能(每一个微信用户都保持自己的对话上下文) - [x] 加入 Dockerfile - [x] 发布到 Docker.hub -- [ ] 通过 Railway 进行部署 +- [x] 通过 Railway 进行部署 - [x] 实现 OpenAI 账户池的热加载 - [ ] 当 OpenAI 返回码为 429/503 时自动重试