Рет қаралды 125
Let's learn how to use the .NET Aspire Azure OpenAI client. We will familiarize ourselves with the Aspire.Azure.AI.OpenAI library, which is used to register an OpenAIClient in the dependency injection (DI) container for consuming Azure OpenAI or OpenAI functionality. In addition, it enables corresponding logging and telemetry.
Companion Article: blog.medhat.ca...
Starting Code: git clone github.com/med...
Final Solution Code: github.com/med...