#!/bin/bash export HOME=/root export OLLAMA_MODELS=/root/.ollama/models ollama serve & sleep 5 ollama pull llama3 python main.py