# Examples This directory contains examples that can be created and run with `ollama`. To create a model: ``` ollama create example -f ``` To run a model: ``` ollama run example ```