chore: 添加 node>=14 说明

This commit is contained in:
ChenZhaoYu 2023-02-16 11:15:00 +08:00
parent eab39b7f88
commit bf015d35f7
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
### Node
`node` 需要 `^16 || ^18` 版本,使用 [nvm](https://github.com/nvm-sh/nvm) 可管理本地多个 `node` 版本
`node` 需要 `^16 || ^18` 版本(或者 `node >= 14` 需要安装 [fetch polyfill](https://github.com/developit/unfetch#usage-as-a-polyfill),使用 [nvm](https://github.com/nvm-sh/nvm) 可管理本地多个 `node` 版本
```shell
node -v
@ -36,7 +36,7 @@ npm install pnpm -g
```
### OpenAI API Key
获取 [OpenAI API key](https://platform.openai.com/overview) 并填写到本地环境变量
注册并获取 [OpenAI API key](https://platform.openai.com/overview) 并填写到本地环境变量
```
# service/.env 文件