Skip Navigation

parrot.nvim: use Claude Opus, ollama, perplexity.ai and OpenAI from neovim

github.com GitHub - frankroeder/parrot.nvim: parrot.nvim 🦜 - the plugin that brings stochastic parrots to Neovim.

parrot.nvim 🦜 - the plugin that brings stochastic parrots to Neovim. - frankroeder/parrot.nvim

This is parrot.nvim, the ultimate stochastic parrot to support your text editing inside Neovim.

Frank Röder started this repository because a perplexity subscription provides $5 of API credits every month for free. Instead of letting them go to waste, he modified his favorite GPT plugin, gp.nvim, to meet his needs - a new Neovim plugin was born! 🔥

Unlike gp.nvim, parrot.nvim prioritizes a seamless out-of-the-box experience by simplifying functionality and focusing solely on text generation, excluding the integration of DALLE and Whisper.

Features

  • Persistent conversations as markdown files stored within the Neovim standard path or a user-defined location
  • Custom hooks for inline text editing with predefined prompts
  • Support for multiple providers:
  • Custom agent definitions to determine specific prompt and API parameter combinations, similar to GPTs
  • Flexible support for providing API credentials from various sources, such as environment variables, bash commands, and your favorite password manager CLI
1
1 comments
  • I wonder why the downvotes. Many people are against using AI at all. Meanwhile, to others, AI turned to be a new tool on par (sometimes better, others worse) to search engines.

    Being able to use so many backends, this plugin is great! Gotta try anthropic's claude 3.5 sonnet... I want to see if that 90% on humaneval benchmark is tangible on practical use cases :)

    2