Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for context-aware revisions #11

Open
miltondp opened this issue Mar 15, 2023 · 1 comment
Open

Add support for context-aware revisions #11

miltondp opened this issue Mar 15, 2023 · 1 comment

Comments

@miltondp
Copy link
Collaborator

miltondp commented Mar 15, 2023

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.

@miltondp
Copy link
Collaborator Author

An alternative or complement to this is to use models with large context, such as the new gpt-3.5-turbo-16k

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant