manubot-ai-editor
manubot-ai-editor copied to clipboard
Add support for context-aware revisions
The current strategy revises one paragraph at a time independently. That is one independent query per paragraph. This loses context. A way to add support for context-aware revision is to use the ChatCompletions endpoint by including a "system" role and the history of revisions.