Update start.sh
Browse files
start.sh
CHANGED
@@ -10,7 +10,7 @@ ollama serve &
|
|
10 |
|
11 |
# Pull the model if not already present
|
12 |
if ! ollama list | grep -q "mistral-small3.1"; then
|
13 |
-
ollama pull
|
14 |
fi
|
15 |
|
16 |
# Wait for Ollama to start up
|
|
|
10 |
|
11 |
# Pull the model if not already present
|
12 |
if ! ollama list | grep -q "mistral-small3.1"; then
|
13 |
+
ollama pull mistral-small3.1
|
14 |
fi
|
15 |
|
16 |
# Wait for Ollama to start up
|