From cdea8386714e849b9894288cd0893d80f2eb4b84 Mon Sep 17 00:00:00 2001 From: standby24x7 Date: Mon, 19 Jun 2023 03:07:46 +0900 Subject: [PATCH] Fix spelling typo in gpt4all.py (#1007) Signed-off-by: Masanari Iida --- gpt4all-bindings/python/gpt4all/gpt4all.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpt4all-bindings/python/gpt4all/gpt4all.py b/gpt4all-bindings/python/gpt4all/gpt4all.py index d854c3fe..1d58105d 100644 --- a/gpt4all-bindings/python/gpt4all/gpt4all.py +++ b/gpt4all-bindings/python/gpt4all/gpt4all.py @@ -18,7 +18,7 @@ DEFAULT_MODEL_DIRECTORY = os.path.join(str(Path.home()), ".cache", "gpt4all").re class GPT4All(): """Python API for retrieving and interacting with GPT4All models. - Attribuies: + Attributes: model: Pointer to underlying C model. """ @@ -257,7 +257,7 @@ class GPT4All(): default_prompt_header=True, default_prompt_footer=True) -> str: """ - Helper method for buildilng a prompt using template from list of messages. + Helper method for building a prompt using template from list of messages. Args: messages: List of dictionaries. Each dictionary should have a "role" key