mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-10 09:28:03 -05:00
Update installation guide in _openai_assistant_agent.py (#6863)
This commit is contained in:
@@ -139,8 +139,8 @@ class OpenAIAssistantAgent(BaseChatAgent):
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
pip install "autogen-ext[openai]" # For OpenAI Assistant
|
||||
# pip install "autogen-ext[openai,azure]" # For Azure OpenAI Assistant
|
||||
pip install "autogen-ext[openai<1.83]" # For OpenAI Assistant
|
||||
# pip install "autogen-ext[openai<1.83,azure]" # For Azure OpenAI Assistant
|
||||
|
||||
|
||||
This agent leverages the Assistant API to create AI assistants with capabilities like:
|
||||
|
||||
Reference in New Issue
Block a user