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

Summarize GPT Chat history as more queries are added to the conversation #1

Open
cweems opened this issue Dec 13, 2023 · 0 comments
Open

Comments

@cweems
Copy link
Collaborator

cweems commented Dec 13, 2023

Currently, responses get increasingly slower as the chat context grows. We should implement a gradual rolloff of older queries that get summarized by GPT and then added to the end of the conversation.

This may require some testing to understand the optimal conversation context size based on quality of results and speed to response.

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