mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
small typo fix
This commit is contained in:
parent
e709e58603
commit
9d2b20f6cd
@ -22,7 +22,7 @@ class GPT4All():
|
|||||||
model: Pointer to underlying C model.
|
model: Pointer to underlying C model.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, model_name: str, model_path: str = None, model_type: str = None, allow_download=True):
|
def __init__(self, model_name: str, model_path: str = None, model_type: str = None, allow_download = True):
|
||||||
"""
|
"""
|
||||||
Constructor
|
Constructor
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user