Update README.md

This commit is contained in:
ikechan8370 2022-12-10 19:54:36 +08:00 committed by GitHub
parent 6ae2734ee1
commit 972e03223c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ Node.js >= 16.8
进入yunzai根目录 进入yunzai根目录
1. 安装依赖 1. 安装依赖
``` ```
pnpm install -w chatgpt undici pnpm install -w chatgpt undici showdown mathjax-node
``` ```
> chatgpt从2.0开始支持Conversation因此要求依赖chatgpt版本要大于2.0.0,如果使用了低版本导致报错可使用`pnpm update`更新一下。 > chatgpt从2.0开始支持Conversation因此要求依赖chatgpt版本要大于2.0.0,如果使用了低版本导致报错可使用`pnpm update`更新一下。
2. 克隆项目 2. 克隆项目
@ -42,6 +42,8 @@ git clone https://github.com/ikechan8370/chatgpt-plugin.git ./plugins/chatgpt-pl
openai目前开放chatgpt模型的免费试用在此期间本项目应该都可用后续如果openai调整其收费策略到时候视情况进行调整。 openai目前开放chatgpt模型的免费试用在此期间本项目应该都可用后续如果openai调整其收费策略到时候视情况进行调整。
如果在linux系统上发现emoj无法正常显示可以搜索安装支持emoj的字体如Ubuntu可以使用`sudo apt install fonts-noto-color-emoji`
## 感谢 ## 感谢
* https://github.com/transitive-bullshit/chatgpt-api * https://github.com/transitive-bullshit/chatgpt-api
* https://chat.openai.com/ * https://chat.openai.com/