Skip to content
Snippets Groups Projects
Commit 9282b007 authored by Thomas Wolf's avatar Thomas Wolf
Browse files

- forgot removing print for debug

parent 93c49b40
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,6 @@ def ensure_model_installed(model_name):
if model_name not in installed_model_names:
print(f"Model '{model_name}' not found. Installing...")
ollama.pull(model_name)
else:
print(f"Model '{model_name}' is already installed.")
class LLM:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment