Skip to content

Files

Latest commit

 

History

History

OpenAI-Orchestrator-API

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Azure Integration Services - Hands-on Labs

Pre-requisites

Install the following Python libraries

  • pip install jupyter
  • pip install openai

Install the following VS Code Extensions:

  • Jupyter

Hands-on Lab

  1. In the notebook, set the values for openai.api_base and openai.api_key according to your Azure OpenAI resource
  2. Run each cell in the notebook, modify code and prompts as needed.