# JSON data can also be passed as a path to a .json file

oint ollama CreateModel \
  --url "https://hut.openintegrations.dev/ollama" \
  --model "mario" \
  --settings "{'from':'tinyllama','system':'You are Mario from Super Mario Bros.'}" \
  --headers "{'Authorization':'***'}"