Sadiksmart0 commited on
Commit
14e0b19
·
verified ·
1 Parent(s): 688547b

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -2
start.sh CHANGED
@@ -9,8 +9,8 @@ until curl -s http://localhost:11434/api/tags >/dev/null; do
9
  done
10
 
11
  # Pull the model if not already present
12
- if ! ollama list | grep -q "mistral:instruct"; then
13
- ollama pull mistral:instruct
14
  fi
15
 
16
  # Start the FastAPI server
 
9
  done
10
 
11
  # Pull the model if not already present
12
+ if ! ollama list | grep -q "llama3.2"; then
13
+ ollama pull llama3.2
14
  fi
15
 
16
  # Start the FastAPI server