1 dépôt
Temporary editor buffers used specifically to capture user input and display AI responses.
Distinct from Buffer-Based Editors: Distinct from general Buffer-Based Editors: focuses on the specific use of buffers as a communication channel between user and AI.
Explore 1 awesome GitHub repository matching development tools & productivity · Interaction Buffers. Refine with filters or upvote what's useful.
ChatGPT.nvim is an OpenAI LLM Neovim plugin that serves as an AI-powered code assistant for refactoring, completing, and fixing code snippets. It functions as a custom prompt automation tool and a markdown renderer, allowing users to interact with language models directly within the editor. The project distinguishes itself through a framework for defining reusable AI personas and automated text processing tasks using system prompts and templates. It includes a specialized rendering system that transforms responses into styled markdown with foldable code blocks. The plugin covers interactive
Uses temporary Neovim buffers to handle the input and output flow of AI interactions.