Skip to content

Commit d1bb2aa

Browse files
authored
Update README.md
1 parent b9861f7 commit d1bb2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Then, you can use the following script to interact with GPU4All:
4545
```
4646
from nomic.gpt4all import GPT4All
4747
m = GPT4All()
48-
m.connect()
48+
m.open()
4949
m.prompt('write me a story about a lonely computer')
5050
```
5151

0 commit comments

Comments
 (0)