mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-11-09 16:55:32 +03:00
Updated readme for correct install instructions (#1607)
Co-authored-by: aj-gameon <aj@gameontechnology.com>
This commit is contained in:
parent
45d76d6234
commit
8fabf0be4a
@ -1,11 +1,11 @@
|
|||||||
# GPT4All Node.js API
|
# GPT4All Node.js API
|
||||||
|
|
||||||
```sh
|
```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.
|
The original [GPT4All typescript bindings](https://github.com/nomic-ai/gpt4all-ts) are now out of date.
|
||||||
|
Loading…
Reference in New Issue
Block a user