mirror of
				https://github.com/nomic-ai/gpt4all.git
				synced 2025-10-31 22:02:53 +00:00 
			
		
		
		
	Fix spelling typo in gpt4all.py (#1007)
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user