More precise condition

This commit is contained in:
Konstantin Gukov 2023-05-25 17:17:00 +02:00 committed by Richard Guo
parent e3bdc8fc87
commit 84201784b5

View File

@ -73,7 +73,7 @@ class GPT4All():
"""
model_filename = model_name
if ".bin" not in model_filename:
if not model_filename.endswith(".bin"):
model_filename += ".bin"
# Validate download directory