mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-12-22 19:45:23 +00:00
some cleanup and for job specific names for circleci
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user