Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gagb committed Nov 29, 2024
1 parent 052c97b commit b23ce90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# ensure autogen_ext is installed; e.g., pip install 'autogen_ext[openai]==0.4.0.dev8'
# if you want to use a different model client (e.g., anthropic), you can install
# the relevant extension instead
# the relevant extension instead. Also ensure you've set your OPENAI_API_KEY environment variable.
from autogen_ext.models import OpenAIChatCompletionClient
from autogen_yt_agent import YouTubeAgent

Expand Down

0 comments on commit b23ce90

Please sign in to comment.