Skip to content

Instantly share code, notes, and snippets.

@trrwilson
trrwilson / Program.cs
Created May 2, 2024 16:02
Azure.AI.OpenAI beta.16 localhost server use
using Azure.Core;
using Azure.Core.Pipeline;
using Azure.AI.OpenAI;
#nullable disable
namespace AzureOpenAILocalhostExample;
public static class Program
{