I’m curious, how are all the AI writers doing their ‘continue writing’ feature with GPT-3?
For example, if I write a sentence: “The dog is playing with his bone” and then I hit an AI writing button, it continues writing taking the sentence into consideration.
In terms of creating a prompt for the API, do we take the last sentence before the cursor, and then ask it to write more?
Example:
“The dog is playing with his bone” Write an expand on this idea.
or maybe,
“The dog is playing with his bone” Continue writing.
Is that how it’s done or is there an easier, more effective way to get the AI to continue writing in an editor? Do we serve the last sentence (or is there another way to give the API some context?)