Anyone know how to setup nvim cmp-ai with ollama

If anyone has an example of how to setup cmp-ai with ollama running in a container on another computer that would be of great help. Can’t quite seem to get my config correct.

I have this example for copilot as custom import for my kickstart config. May be it could be similar.

return {
  'github/copilot.vim',
}