From 130392868e87e2c4c6791ef8e1876c9bb5d858eb Mon Sep 17 00:00:00 2001 From: Evan Date: Wed, 14 Dec 2022 14:54:46 +0900 Subject: [PATCH] =?UTF-8?q?v2.1=20=E6=B7=BB=E5=8A=A0docker=E9=83=A8?= =?UTF-8?q?=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 50a96f6..421a8a7 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,12 @@ go run main.go 同时启动微信和telegram,微信登陆的地址请查看运行日志 ``` +# apple silicon docker run -d --name="wechatgpt" -e apiKey="你的chatgpt apiKey" telegram="你的telegram token" xiaomoinfo/wechatgpt:latest + +# linux amd64 +docker run -d --name="wechatgpt" -e apiKey="你的chatgpt apiKey" telegram="你的telegram token" xiaomoinfo/wechatgpt:latest + ``` @@ -55,8 +60,12 @@ docker run -d --name="wechatgpt" -e apiKey="你的chatgpt apiKey" telegram="你 如果只想运行微信智能机器人的话运行下面这段代码,微信登陆的地址请查看运行日志 ``` +# apple silicon docker run -d --name wechatgpt -e apiKey="你的chatgpt apiKey" xiaomoinfo/wechatgpt:latest +# linux amd64 +docker run -d --name wechatgpt -e apiKey="你的chatgpt apiKey" xiaomoinfo/wechatgpt-amd64:latest + ``` ### 微信