- Azure OpenAI resource
- Python >3.10 or Anaconda
- VS Code
Install the following Python libraries
pip install jupyter
pip install openai
Install the following VS Code Extensions:
- Jupyter
- In the notebook, set the values for
openai.api_base
andopenai.api_key
according to your Azure OpenAI resource - Run each cell in the notebook, modify code and prompts as needed.