mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-13 13:46:08 +00:00
Fix spelling typo in gpt4all.py (#1007)
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
This commit is contained in:
parent
42e8049564
commit
cdea838671
@ -18,7 +18,7 @@ DEFAULT_MODEL_DIRECTORY = os.path.join(str(Path.home()), ".cache", "gpt4all").re
|
|||||||
class GPT4All():
|
class GPT4All():
|
||||||
"""Python API for retrieving and interacting with GPT4All models.
|
"""Python API for retrieving and interacting with GPT4All models.
|
||||||
|
|
||||||
Attribuies:
|
Attributes:
|
||||||
model: Pointer to underlying C model.
|
model: Pointer to underlying C model.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@ -257,7 +257,7 @@ class GPT4All():
|
|||||||
default_prompt_header=True,
|
default_prompt_header=True,
|
||||||
default_prompt_footer=True) -> str:
|
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:
|
Args:
|
||||||
messages: List of dictionaries. Each dictionary should have a "role" key
|
messages: List of dictionaries. Each dictionary should have a "role" key
|
||||||
|
Loading…
Reference in New Issue
Block a user