1
Add the following code to your Python file
azure_openai.py
2
Set up your virtual environment
3
Install dependencies
4
Set your Azure OpenAI credentials
5
Run Agent
Configure an Agno agent to use Azure OpenAI’s o1 model for reasoning tasks.
Add the following code to your Python file
Set up your virtual environment
Install dependencies
Set your Azure OpenAI credentials
Run Agent