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 separate output resolution model #1450

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kugesan1105
Copy link
Collaborator

Description

Implements dual-model processing capability in MTLLM by introducing 'resolve_with' parameter.
This allows output resolution to be handled by a different LLM than the one performing
the primary inference.

Example usage:

predict_vehicle_damage(img: Image) -> DamageType by llm(
    is_custom=True,
    resolve_with=llm2
);

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

Successfully merging this pull request may close these issues.

2 participants