neural
neural copied to clipboard
AI Vim/Neovim code generation plugin (OpenAI, ChatGPT, and more)
Hi! Wanted to see if adding the claude api to this would be of interest at all?
Closes: #41 ## Overview - [x] Add command to count tokens from a visual selection. - [x] Add python script to count tokens with [OpenAI's tiktoken](https://github.com/openai/tiktoken). - [x] Add `utils.vim`...
There are some additional features we can add that would make the neural buffer easier to use such as: - Show the currently active model for the buffer - Change...
## Overview It would be useful to add the ability for neural to get the token count for some given input. This would help prevent initiating requests that accidentally go...
It would be useful to undo an entire completion generation in one go, especially in cases where the generation is large.
Currently, the Neovim lua code is missing test coverage. We should add some and set up to run with the CLI.
We should permit the number of tokens to be something that can be set at will when text is requested, in addition to being configurable for all prompts, so you...
We're experiencing errors with certificate verification via default installations of Python on macOS. We either need to attempt to load better versions of Python on macOS by default, such as...
I copied this from the internet: ⚡ Pasting the above into nvim works Neural shows codes:  ``` :version NVIM v0.8.2 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compilation: /usr/bin/gcc -O2 -flto=auto...
Sometimes we forget specific vim commands. It would be great to have a **:NeuralCommand** where you use natural language to describe what the command does, it generates and shows a...