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

feat: make summarizer the default profile #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lukealvoeiro
Copy link
Collaborator

No description provided.

@@ -49,6 +49,6 @@ def default_profile(provider: str, processor: str, accelerator: str, **kwargs: D
provider=provider,
processor=processor,
accelerator=accelerator,
moderator="truncate",
moderator="summarize",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to get the token offset / fraction of token count into the Moderator to enable this by default. Currently, it'll summarize the entire context and replace, which I don't think we want.

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

Successfully merging this pull request may close these issues.

2 participants