Hey team, I am trying t get Open Intrpreter to work with my local network Ollama API. It works with OpenAI's API just fine, but I can't get it to talk to my Ollama API.
The API is accessible from the machine I am running Open Interpreter on, and I can make CURL calls to it fine.
I am trying to run it like this:
interpreter --model ollama/solar --api_base http://ts-009.local:11434
I've tried a bunch of variations on the model, all with the same result.
Any help would be much appreciated.