gp.nvim
gp.nvim copied to clipboard
Gp.nvim (GPT prompt) Neovim AI plugin: ChatGPT sessions & Instructable text/code operations & Speech to text [OpenAI, Ollama, Anthropic, ..]
This pull request introduces updates to the default model configurations in the `config.lua` file to leverage the latest versions of OpenAI's models. Specifically, the `gpt-4o` model has replaced the previous...
with a new filetype for the popup window I can have shortcuts specific for that filetype, in this case specific for when using the popup window for chatgpt otherwise I...
Hi, I access `llama3-70b` through groq using this [python tool](https://github.com/simonw/llm). I was hoping to also use groq with gp.nvim. Any plans to support this?
Hi, Is it possible to customize the template of the default chat? I found that the default message with instructions is defined via `chat_template` but I failed to find a...
Hey, 👋 Is there a way to configure the `filetype` for a command like `GpEnew`? 🍻
I have the keymap like this `nmap j gj` and `nmap k gk`, which is not a rare case among vim user. But this cause a problem: if we have...
An overlay dialog with that message shows up every time I start a new or existing chat. It doesn't mess with the overall flow, but is a bit bothersome. I'm...
Is it possible to customise the format of the file name? If I have multiple buffers open, it's hard to distinguish which is which with the current date format. Bufferline:...
I am having an issue when trying to use GpAppend or GpRewrite in a python files, system fans ramp, and nvim comes to a halt accepting no inputs, forcing me...
Both coc's completion menu and gp's popup window use the default zindex 50 (`:h nvim_open_win()`). We might need a zindex config option to allow setting a slightly lower value than...