Large Multimodal Models in AgentChat#554
Merged
Merged
Conversation
Contributor
|
Could you resolve the conflicts? |
Codecov Report
@@ Coverage Diff @@
## main #554 +/- ##
===========================================
+ Coverage 32.24% 45.15% +12.91%
===========================================
Files 22 25 +3
Lines 2785 3005 +220
Branches 634 707 +73
===========================================
+ Hits 898 1357 +459
+ Misses 1820 1525 -295
- Partials 67 123 +56
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Contributor
Author
|
So, it can still handle human_input_mode and max_consecutive_reply
sonichi
reviewed
Nov 6, 2023
sonichi
reviewed
Nov 6, 2023
Fixing: typos, blogs, yml, and add OpenAIWrapper
1. Add a notebook for GPT-4V. LLava notebook also updated. 2. img_utils updated 3. GPT-4V formatter now return base64 image with mime type 4. Infer mime type directly from b64 image content (while loading without suffix) 5. Test cases modified according to all the related changes.
sonichi
approved these changes
Nov 6, 2023
sonichi
left a comment
Contributor
There was a problem hiding this comment.
approving for a quick release of beta version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why are these changes needed?
Related issue number
Checks