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

Closed
wants to merge 1 commit into from

Conversation

lukealvoeiro
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yup!

Copy link
Collaborator

@michaelneale michaelneale left a comment

Choose a reason for hiding this comment

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

I don't think we should do this until summarizer is updated to not hard code gpt4o square/exchange#57

@michaelneale
Copy link
Collaborator

closing this as it is more likely to be synopsis

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.

3 participants