small typo fix

This commit is contained in:
Richard Guo 2023-06-02 11:52:46 -04:00 committed by AT
parent d051ac889c
commit fc3655e163

View File

@ -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