Add support for running a local model running on Ollama. The user should be able to specify the model ID by parameter like --model. We should assume the Ollama server runs on localhost:11434 but also allow the user to configure this by passing in the argument --server.
Error handling should be robust, logging should be clear but clean. This should support Windows, MacOS, and Linux.
Add support for running a local model running on Ollama. The user should be able to specify the model ID by parameter like
--model. We should assume the Ollama server runs onlocalhost:11434but also allow the user to configure this by passing in the argument--server.Error handling should be robust, logging should be clear but clean. This should support Windows, MacOS, and Linux.