mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-21 03:20:59 +00:00
update default model URLs (#1538)
This commit is contained in:
@@ -213,7 +213,7 @@ class GPT4All:
|
||||
def get_download_url(model_filename):
|
||||
if url:
|
||||
return url
|
||||
return f"https://gpt4all.io/models/{model_filename}"
|
||||
return f"https://gpt4all.io/models/gguf/{model_filename}"
|
||||
|
||||
# Download model
|
||||
download_path = os.path.join(model_path, model_filename).replace("\\", "\\\\")
|
||||
|
Reference in New Issue
Block a user