Text input and output transformations #184
briansunter
started this conversation in
Ideas
Replies: 1 comment
|
I would be nice for us to be able to edit the text returned by OpenAI in the pop-up window before we press insert. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Allow users to process text input before sending it to gpt3 and process the output, using regex and javascript
For example, extracting all highlights on the page or blocks with a certain tag.
Or processing the output, such as splitting up a list into multiple blocks.
All reactions