Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.43 KB

File metadata and controls

18 lines (13 loc) · 1.43 KB

Microsoft.Extensions.AI - Azure OpenAI Examples

This project contains a set of samples that show how to use the OpenAI reference implementation in the Microsoft.Extensions.AI.OpenAI NuGet package with the Azure OpenAI service.

Prerequisites

Examples

Example Description
AzureOpenAIExamples A console application containing a set of samples that shows how to use the OpenAI reference implementation in the Microsoft.Extensions.AI.OpenAI NuGet package with the Azure Open AI service.
AzureOpenAIWebAPI A minimal Web API application that shows how to use the OpenAI reference implementation in the Microsoft.Extensions.AI.OpenAI NuGet package with the Azure Open AI service.