#!/bin/bash # Starting server echo "Starting server" ollama serve & sleep 1 ollama pull llama3 # ollama serve & python app.py wait