Skip to content

Commit b33b688

Browse files
authored
Update installation guide in _openai_assistant_agent.py (#6863)
1 parent 75c8a19 commit b33b688

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/packages/autogen-ext/src/autogen_ext/agents/openai/_openai_assistant_agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ class OpenAIAssistantAgent(BaseChatAgent):
139139
140140
.. code-block:: bash
141141
142-
pip install "autogen-ext[openai]" # For OpenAI Assistant
143-
# pip install "autogen-ext[openai,azure]" # For Azure OpenAI Assistant
142+
pip install "autogen-ext[openai<1.83]" # For OpenAI Assistant
143+
# pip install "autogen-ext[openai<1.83,azure]" # For Azure OpenAI Assistant
144144
145145
146146
This agent leverages the Assistant API to create AI assistants with capabilities like:

0 commit comments

Comments
 (0)