Ollama url setting

Can I set the URL to any IP address, not just localhost?
Setting on Visual Studio 2022 Community.

{
"cody.autocomplete.experimental.ollamaOptions": {
   "url": "http://192.168.x.x:11434",
   "model": "deepseek-r1"
},
"cody.autocomplete.advanced.provider": "experimental-ollama"
}

Hey @LukasLu888

You can point to any IP address in a network. Important are your firewall and/or antivirus setting not blocking the traffic. But I’m not really sure if Visual Studio support the use of Ollama. As far as I know, currently only VS Code support the usage of Ollama.

I hope that helps.