mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-25 06:53:05 +00:00
Fix typo
This commit is contained in:
parent
d1bb2aac29
commit
16ce7396c1
@ -41,7 +41,7 @@ Note: the full model on GPU (16GB of RAM required) performs much better in our q
|
|||||||
# Python Client
|
# Python Client
|
||||||
## CPU Interface
|
## CPU Interface
|
||||||
To get running using the python client with the CPU interface, first install the [nomic client](https://github.com/nomic-ai/nomic) using `pip install nomic`
|
To get running using the python client with the CPU interface, first install the [nomic client](https://github.com/nomic-ai/nomic) using `pip install nomic`
|
||||||
Then, you can use the following script to interact with GPU4All:
|
Then, you can use the following script to interact with GPT4All:
|
||||||
```
|
```
|
||||||
from nomic.gpt4all import GPT4All
|
from nomic.gpt4all import GPT4All
|
||||||
m = GPT4All()
|
m = GPT4All()
|
||||||
|
Loading…
Reference in New Issue
Block a user