Nothing Special   »   [go: up one dir, main page]

Skip to content

Commit

Permalink
small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rguo123 authored and manyoso committed Jun 2, 2023
1 parent e709e58 commit 9d2b20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt4all-bindings/python/gpt4all/gpt4all.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d2b20f

Please sign in to comment.