Skip to content

nfmoore/aoai-example-scenarios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Azure Open AI Example Scenarios

Getting Started

Set environment variables

To use the Azure Open AI Endpoint you need to set an API key. To set this API key you will need to run the following CLI command before executing the notebooks.

export OPENAI_API_KEY=<your-api-key>

These environment variables are used to connect to your Azure OpenAI resource. You can find the values for these variables in the Azure portal.

Run the Notebooks

Open the jupyter notebooks and run the notebook. Ensure you run this notebook in the conda environment you created earlier. Consider running the notebooks in the following order:

Resources

About

Example notebooks walking through foundational concepts relating to the use of the Azure Open AI service.

Topics

Resources

License

Stars

Watchers

Forks