-
Notifications
You must be signed in to change notification settings - Fork 19
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
Use :Neural on visually selected words #17
Comments
I'll keep this issue open, as it's separate, but see #16. First and foremost I would like to alleviate concerns over sharing secrets/IP with third parties, and then look at other solutions regarding sending snippets of text from the editor to third parties. |
A natural use would be asking ChatGPT to expand a visually selected comment, say describing a function, into the actual code (template). |
Yes, this is a good use of that functionality. Bear in mind our requirements for privacy outlined in #16. |
In the meanwhile, a mapping such as |
I have implemented #31 will cover the use case of sending lines to an LLM that can be refined in a scratch buffer. |
Is there any way to write up the question or instruction first, and then ask the chat GPT rather than writing down everything in
:Neural ...
prompt?The text was updated successfully, but these errors were encountered: