Updated readme for correct install instructions (#1607)

Co-authored-by: aj-gameon <aj@gameontechnology.com>
This commit is contained in:
aj-gameon
2023-11-03 08:21:44 -07:00
committed by GitHub
parent 45d76d6234
commit 8fabf0be4a

View File

@@ -1,11 +1,11 @@
# GPT4All Node.js API
```sh
yarn add gpt4all@alpha
yarn add gpt4all@latest
npm install gpt4all@alpha
npm install gpt4all@latest
pnpm install gpt4all@alpha
pnpm install gpt4all@latest
```
The original [GPT4All typescript bindings](https://github.com/nomic-ai/gpt4all-ts) are now out of date.