ollama-poc Install ollama curl -fsSL https://ollama.com/install.sh | sh Install and run tinyllama model ollama run tinyllama Run cargo run Use a custom prompt and/or custom model cargo run --release -- --model tinyllama --prompt "What is ollama?"