brendon-ai commited on
Commit
b054d7d
·
verified ·
1 Parent(s): 766487e

Update startup.sh

Browse files
Files changed (1) hide show
  1. startup.sh +1 -1
startup.sh CHANGED
@@ -35,7 +35,7 @@ ollama list
35
  # Optional: Pull a model (uncomment and modify as needed)
36
  # echo "Pulling llama2 model..."
37
  # ollama pull tinyllama:1.1b
38
- ollama pull dolphin-llama3:8b
39
 
40
  # Start FastAPI application
41
  echo "Starting FastAPI application..."
 
35
  # Optional: Pull a model (uncomment and modify as needed)
36
  # echo "Pulling llama2 model..."
37
  # ollama pull tinyllama:1.1b
38
+ ollama pull deepseek-ai/DeepSeek-R1-0528-Qwen3-8B
39
 
40
  # Start FastAPI application
41
  echo "Starting FastAPI application..."