Update README.md

This commit is contained in:
Benjamin Schmidt 2023-03-30 13:47:04 -04:00 committed by GitHub
parent b9861f7510
commit d1bb2aac29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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')
```