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

Debug: Resolve the DALLE Agent's self.client error. #1798

Merged
merged 15 commits into from
Feb 29, 2024
Merged

Debug: Resolve the DALLE Agent's self.client error. #1798

merged 15 commits into from
Feb 29, 2024

Conversation

BeibinLi
Copy link
Collaborator

@BeibinLi BeibinLi commented Feb 27, 2024

Why are these changes needed?

Related issue number

Closes #1613

Checks

Copy link
Collaborator

@skzhang1 skzhang1 left a comment

Choose a reason for hiding this comment

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

It looks good to me.

@sonichi sonichi added this pull request to the merge queue Feb 29, 2024
Merged via the queue into microsoft:main with commit 5b0c919 Feb 29, 2024
46 of 57 checks passed
@sonichi sonichi deleted the lmm branch February 29, 2024 01:05
whiskyboy pushed a commit to whiskyboy/autogen that referenced this pull request Apr 17, 2024
* Change defualt model for `lmm`

* Try to use PIL image for LMM's _oai_messages

* Update test cases and llava

* Remove redundant files

* Update the imports for lmm tests

* Test case fix

* Docstring update

* LMM notebook lint

* Typo correction for img_utils and its test

* Fix self.client bug for Dalle Agent
The self.client member variable is reserved for OpenAI's LLM-compatible
client, which requires usage summary support.
So, we rename self.client to self._dalle_client to resolve this issue
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.

[Bug]: AttributeError: 'OpenAI' object has no attribute 'total_usage_summary'
3 participants