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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,5 @@ test/agentchat/test_agent_scripts/*

# test cache
.cache_test

notebook/result.png
111 changes: 82 additions & 29 deletions notebook/agentchat_dalle_and_gpt4v.ipynb

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions test/agentchat/contrib/test_llava.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
from unittest.mock import MagicMock, patch

import pytest

import autogen

from conftest import MOCK_OPEN_AI_API_KEY

try:
Expand Down
Loading