From 16ce7396c135b5d111fdbeab79cad9c6c79820d0 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 30 Mar 2023 21:51:40 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01de1072..fbcd5b76 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Note: the full model on GPU (16GB of RAM required) performs much better in our q # Python Client ## 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` -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 m = GPT4All()