From b379fa725834c9f1eade4b98f856b547132b6ef7 Mon Sep 17 00:00:00 2001 From: Holegots Date: Sat, 10 Dec 2022 00:23:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20Railway=20deploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- README_ZH.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e80b010..a758cc7 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 73e2175..4091252 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 时自动重试