Update README.md

This commit is contained in:
Benjamin Schmidt 2023-03-30 13:47:04 -04:00 committed by GitHub
parent de0f8602ca
commit 377a09fded

View File

@ -45,7 +45,7 @@ Then, you can use the following script to interact with GPU4All:
```
from nomic.gpt4all import GPT4All
m = GPT4All()
m.connect()
m.open()
m.prompt('write me a story about a lonely computer')
```