some cleanup and for job specific names for circleci

This commit is contained in:
Richard Guo
2023-05-10 16:40:24 -04:00
parent 23e748d1c2
commit 0534ab59ec
3 changed files with 11 additions and 11 deletions

View File

@@ -114,6 +114,7 @@ class GPT4All():
@staticmethod
def download_model(model_filename, model_path):
# TODO: Find good way of safely removing file that got interrupted.
def get_download_url(model_filename):
return f"https://gpt4all.io/models/{model_filename}"