Update setup_llama.py
Browse files- setup_llama.py +1 -1
setup_llama.py
CHANGED
@@ -22,7 +22,7 @@ def download_model():
|
|
22 |
def start_ollama_service():
|
23 |
"""Start Ollama serve in the background."""
|
24 |
print("Starting Ollama service...")
|
25 |
-
run_command("ollama serve
|
26 |
while True:
|
27 |
try:
|
28 |
response = requests.get("http://localhost:11434")
|
|
|
22 |
def start_ollama_service():
|
23 |
"""Start Ollama serve in the background."""
|
24 |
print("Starting Ollama service...")
|
25 |
+
run_command("ollama serve")
|
26 |
while True:
|
27 |
try:
|
28 |
response = requests.get("http://localhost:11434")
|