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

Handler responses may be redundant #946

Open
JRegimbal opened this issue Jan 21, 2025 · 1 comment
Open

Handler responses may be redundant #946

JRegimbal opened this issue Jan 21, 2025 · 1 comment
Assignees

Comments

@JRegimbal
Copy link
Collaborator

With LLMs going into preprocessors, handlers are starting to use their output near-directly (e.g., display with context, put through TTS). This may pose problems to users in the future. The conceptual model for IMAGE assumes that handlers will represent preprocessor data in different ways, which is not the case with LLM text. Users then run the risk of receiving multiple representations from handlers that include the same information from the LLM over and over.

We should find some workable solution to this, either in terms of server management or making handlers/the orchestrator "smarter" so redundant info is less likely to be displayed.

@JRegimbal JRegimbal self-assigned this Jan 21, 2025
@jeffbl
Copy link
Member

jeffbl commented Jan 21, 2025

Note discussion in #939, although the proposal there is a hack that breaks the existing IMAGE model.

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

No branches or pull requests

2 participants