Create Your Model
Customize any model with your own content and style by creating your own model.
const ollama = useOllama()
const modelfile = `
FROM llama3.1
SYSTEM "You are mario from super mario bros."
`
await ollama.create({ model: 'example', modelfile: modelfile })