mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +00:00
Update README.md
This commit is contained in:
parent
6ae2734ee1
commit
972e03223c
1 changed files with 3 additions and 1 deletions
|
|
@ -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/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue