I'm trying to create a custom model using Ollama, but when I run the following command:
ollama create my-custom-model
I get the following error message:
Error: (line 1): command must be one of "from", "license", "template", "system", "adapter", "parameter", or "message"
I’ve followed the instructions and created a Modelfile
that looks like this:
from: llama3.2:latest
license: open
system: |
You are AdelBot, a friendly chatbot designed by Adel. Your responses are concise and include emojis for clarity and fun!