Mahadih534 commited on
Commit
991933e
·
verified ·
1 Parent(s): c293a30

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -0
start.sh CHANGED
@@ -31,5 +31,6 @@ echo "Ollama is ready."
31
  echo "API is running on: http://0.0.0.0:7860"
32
 
33
  ollama pull smollm:135m
 
34
  # Start the FastAPI server
35
  streamlit run app.py --server.port 7860
 
31
  echo "API is running on: http://0.0.0.0:7860"
32
 
33
  ollama pull smollm:135m
34
+ ollama pull deepseek-r1:1.5b
35
  # Start the FastAPI server
36
  streamlit run app.py --server.port 7860