Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a "chat" buffer #19

Open
w0rp opened this issue Feb 15, 2023 · 1 comment
Open

Implement a "chat" buffer #19

w0rp opened this issue Feb 15, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@w0rp
Copy link
Member

w0rp commented Feb 15, 2023

This is @Angelchev's idea, and he deserves the credit for dreaming it up. For tools like ChatGPT, when the official API is available, we will implement a "chat" buffer where you can type multiple messages to the machine and get responses inside of Vim. We will make it easy to copy the responses from the buffer.

@w0rp w0rp added the enhancement New feature or request label Feb 15, 2023
@Angelchev
Copy link
Member

Overview

The idea is to have a Neural Buffer, a multi-line generation/completion playground.

This will allow users to write long-form prompts, which will be helpful for larger-sized texts, generate a completion, make amendments to the initial prompt/generated completion and rerun it. This can open up a few applications:

  • Rephrasing large chunks of text
  • Amending the initial input prompt (buffer content itself)
  • Guiding the completion by starting with leading words in the response e.g.
Write a breakdown of the SAML Protocol for a 5-year old

Hello Ben, Let me explain it in 5 points ... <nerual>
  • Creating a chat-like interface with the multi-line prompt
Act as an expert in astrophysics.
Me: What is the big bang?
Expert: <neural>

There are more applications, but it will open up the ability to interface with Neural sources back and forth.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants