Skip to content

Commit

Permalink
Incorrect import statement was present in conversible_agent.py. (#1557)
Browse files Browse the repository at this point in the history
It has been corrected.
  • Loading branch information
AkashKulkarni4444 authored Feb 6, 2024
1 parent 18a15d7 commit 7811c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen/agentchat/conversable_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from typing import Any, Awaitable, Callable, Dict, List, Literal, Optional, Tuple, Type, TypeVar, Union
import warnings

from .. import OpenAIWrapper, ModelClient
from ..oai.client import OpenAIWrapper, ModelClient
from ..cache.cache import Cache
from ..code_utils import (
DEFAULT_MODEL,
Expand Down

0 comments on commit 7811c15

Please sign in to comment.