Tiny-Agent-helper / run_ollama.sh
Christopher Secccafico
Upload 9 files
9e80d00 verified
#!/bin/bash
# This script will first install ollama and then run it with the 'mistral' command.
# Download and execute the installation script
curl -fsSL https://ollama.com/install.sh | sh
# Run ollama with the 'mistral' command
ollama run mistral