nomnivore / ollama.nvim

A plugin for managing and integrating your ollama workflows in neovim.
MIT License
311 stars 22 forks source link

chatgpt integration #21

Open ehsan2003 opened 5 months ago

ehsan2003 commented 5 months ago

is it possible to use chatgpt ( with an api key ) instead of local model?

nomnivore commented 4 months ago

With the new OpenAPI-compatible Ollama endpoints, this is definitely possible. I'll have to look into any potential downsides to changing the endpoints we call.