mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-13 09:17:02 +00:00
output confirmation after pull
This commit is contained in:
@@ -176,6 +176,7 @@ def search(*args, **kwargs):
|
|||||||
|
|
||||||
def pull(*args, **kwargs):
|
def pull(*args, **kwargs):
|
||||||
model.pull(model_name=kwargs.pop('model'), *args, **kwargs)
|
model.pull(model_name=kwargs.pop('model'), *args, **kwargs)
|
||||||
|
print("Up to date.")
|
||||||
|
|
||||||
|
|
||||||
def run(*args, **kwargs):
|
def run(*args, **kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user