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

Large Multimodal Models in AgentChat #516

Closed
wants to merge 18 commits into from
Closed

Large Multimodal Models in AgentChat #516

wants to merge 18 commits into from

Conversation

BeibinLi
Copy link
Collaborator

@BeibinLi BeibinLi commented Nov 1, 2023

Why are these changes needed?

Related issue number

Checks

@codecov-commenter
Copy link

codecov-commenter commented Nov 1, 2023

Codecov Report

Merging #516 (f9d1068) into dev/v0.2 (957ec00) will decrease coverage by 25.67%.
Report is 39 commits behind head on dev/v0.2.
The diff coverage is 50.40%.

@@              Coverage Diff              @@
##           dev/v0.2     #516       +/-   ##
=============================================
- Coverage     41.75%   16.09%   -25.67%     
=============================================
  Files            21       25        +4     
  Lines          2632     2970      +338     
  Branches        592      658       +66     
=============================================
- Hits           1099      478      -621     
- Misses         1442     2476     +1034     
+ Partials         91       16       -75     
Flag Coverage Δ
unittests 16.09% <50.40%> (-25.67%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
autogen/agentchat/__init__.py 100.00% <100.00%> (ø)
autogen/agentchat/assistant_agent.py 83.33% <ø> (ø)
autogen/agentchat/groupchat.py 22.41% <ø> (-38.80%) ⬇️
autogen/agentchat/user_proxy_agent.py 80.00% <ø> (-20.00%) ⬇️
autogen/code_utils.py 19.91% <ø> (-25.55%) ⬇️
autogen/math_utils.py 0.00% <ø> (-9.29%) ⬇️
autogen/oai/__init__.py 100.00% <100.00%> (ø)
autogen/agentchat/contrib/teachable_agent.py 0.00% <0.00%> (-15.66%) ⬇️
autogen/agentchat/contrib/text_analyzer_agent.py 0.00% <0.00%> (-37.50%) ⬇️
autogen/token_count_utils.py 0.00% <0.00%> (-56.57%) ⬇️
... and 7 more

... and 6 files with indirect coverage changes

@BeibinLi BeibinLi linked an issue Nov 3, 2023 that may be closed by this pull request
@sonichi sonichi requested a review from a team November 4, 2023 02:12
@sonichi sonichi deleted the branch microsoft:dev/v0.2 November 4, 2023 04:33
@sonichi sonichi closed this Nov 4, 2023
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.

Multimodal conversable agents
3 participants