If I run ollama locally with model qwen2.5-coder:7b then access it from the dagger shell and enter prompt mode > and ask it what is 2 + 2 I will get the following response:
{“name”:“call_method”, “arguments”:{“method”:“add”, “self”:null, “args”:{“left”:2, “right”:2}}}
But if I run ollama run qwen2.5-coder:7b from the OS termainal and ask the same question I get a much quicker answer like "2 + 2 equals 4"
Am I using the dagger prompt mode wrong