Update Readme.md

This commit is contained in:
sxysxy 2023-02-16 02:25:23 +08:00 committed by GitHub
parent cd6ca91754
commit 0b9c7f1724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@
<p id="ch1"> </p>
### 依赖
<p id="ch11> </p>
<p id="ch11"> </p>
用到了两种编程语言go和python3。使用go是因为本项目依赖于强力的使用go写成的<a href="https://github.com/eatmoreapple/openwechat">openwechat</a>实现对微信会话的获取以及发送消息的功能。调用ChatGPT以及Stable Diffusion模型则使用python3。
用到了两种编程语言go和python3。使用go是因为本项目依赖于强力的使用go写成的<a href="https://github.com/eatmoreapple/openwechat">openwechat</a>请按照这里配置openwechat的方法安装openwechat实现对微信会话的获取以及发送消息的功能。调用ChatGPT以及Stable Diffusion模型则使用python3。
python3需要再安装这些库使用pip安装就可以