You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you think it would be possible to "chat" with gpt4 about the text, just like we can chat in Github Copilot? Specifically, I would like to be able to highlight some text, and then ask in the chat:
rewrite #selection so that it can be understood by a 5 years old
If the generation does not suit me, chat again, and when it does suit me, I would click a button and the generated text would replace the highlighted text.
I don’t want to generate an action for that in the settings, as the request I’ll make to gpt4 will be a bit different at each paragraph (add details about this, about that, remove that, etc)
The text was updated successfully, but these errors were encountered:
Thank you for using the extension. Wanted to try out building a VS Code extension and this is my first and the only extension till now.
Do you think it would be possible to "chat" with gpt4 about the text
This is definitely possible. I'll need to look into the new Chat extension API provided by VS Code. I will try hacking on it in the coming days. Thanks for opening the issue.
Great project, thanks!
Do you think it would be possible to "chat" with gpt4 about the text, just like we can chat in Github Copilot? Specifically, I would like to be able to highlight some text, and then ask in the chat:
rewrite #selection so that it can be understood by a 5 years old
If the generation does not suit me, chat again, and when it does suit me, I would click a button and the generated text would replace the highlighted text.
I don’t want to generate an action for that in the settings, as the request I’ll make to gpt4 will be a bit different at each paragraph (add details about this, about that, remove that, etc)
The text was updated successfully, but these errors were encountered: