Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.02 KB

File metadata and controls

16 lines (11 loc) · 1.02 KB

Microsoft.Extensions.AI - 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.

Prerequisites

Examples

Example Description
OpenAIExamples 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.
OpenAIWebAPI A minimal Web API application that shows how to use the OpenAI reference implementation in the Microsoft.Extensions.AI.OpenAI NuGet package.