Is there any privacy-oriented AI tool for programming?

  • TheDarkQuark@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    4 months ago

    I rarely use AI, but when I do, I use local instances. I personally use Ollama (https://ollama.com). It exposes a REST API which extensions/plugins can talk to. I used Privy in VSCod(e/ium) and CodeCompanion in Neovim.

    • chanteomaOP
      link
      fedilink
      arrow-up
      1
      ·
      4 months ago

      Thanks! I didn’t know about CodeCompanion, I’ll look into it more!