Hello, I'm running into an issue getting magic-cli to work, the exact error I'm receiving is:
Error: Generation error: Generation error: Text generation error:
Unexpected error when parsing response from Ollama.
Error: missing field `model` at line 1 column 70
My magic-cli version is 0.0.2, and I have llama3 running directly on my machine via the Ollama Mac app.
The output of me directly calling /api/generate on llama3 via the below curl command:
curl http://localhost:11434/api/generate -d '{ ─╯
"model": "llama3",
"prompt":"Why is the sky blue?"
}'
Hello, I'm running into an issue getting
magic-cli
to work, the exact error I'm receiving is:My magic-cli version is 0.0.2, and I have llama3 running directly on my machine via the Ollama Mac app.
The output of me directly calling
/api/generate
on llama3 via the below curl command:is (with some information elided for brevity):
The output of
magic-cli sys-info
is: