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 GPT-4o as a VQA tool #221

Merged
merged 6 commits into from
Sep 5, 2024
Merged

Add GPT-4o as a VQA tool #221

merged 6 commits into from
Sep 5, 2024

Conversation

dillonalaird
Copy link
Member

Adds GPT-4o as a VQA tool, not added to vision-agent tool list as it degrades performance. I also had to remove the OpenAILMM generate_* methods to fix circular import issues.

Copy link
Collaborator

@shankar-vision-eng shankar-vision-eng left a comment

Choose a reason for hiding this comment

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

LGTM

**kwargs: Any,
) -> Union[str, Iterator[Optional[str]]]:
"""Chat with the LMM model.

Parameters:
chat (List[Dict[str, str]]): A list of dictionaries containing the chat
chat (Squence[Dict[str, str]]): A list of dictionaries containing the chat
Copy link
Collaborator

Choose a reason for hiding this comment

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

NIT Typo Sequence

@shankar-vision-eng shankar-vision-eng merged commit 14c8e05 into main Sep 5, 2024
8 checks passed
@shankar-vision-eng shankar-vision-eng deleted the add-gpt-4o-tool branch September 5, 2024 05:37
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