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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: