mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
small typo fix
This commit is contained in:
parent
d051ac889c
commit
fc3655e163
@ -22,7 +22,7 @@ class GPT4All():
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user