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

oint ollama GetContextResponse \
 --url "https://hut.openintegrations.dev/ollama" \
 --model "tinyllama" \
 --msgs "[{'role':'user','content':'Hello!'}]" \
 --options "{'options':{'seed':'555','temperature':'10'}}" \
 --headers "{'Authorization':'***'}"