Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 719 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 719 Bytes

Azure Open AI Training Exercises

This solution contains .NET Exercises for Azure Open AI services. This is based on the training course from Geert Baeke where you can find the python equivalent exercises.

Prerequisites

Provision an Azure OpenAI service and deploy a model with the name "GPT-35-turbo"

Chatbot

A basic chatbot console application that uses the Azure Open AI SDK (version 1.0.0-beta.12) and implements function tool calling.

Edit the appsettings.json file and add the Azure Open AI Base uri endpoint and API Key before running the application.