Skip to content

This is a set of examples intended to help demonstrate how to integrate OpenAI GPT into a C# application using the Microsoft OpenAI SDK.

License

Notifications You must be signed in to change notification settings

ajaycode/OpenAiExample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demystifying the OpenAI SDK - Talk Botty to Me

Sample code from Ken Ross' presentation on how to integrate OpenAI into your applications using C# and the Azure OpenAI client library. These examples cover the basics of getting a prompt response from OpenAI GPT, as well as One Shot and Multi-Shot training to get OpenAI to generate exactly the output you need. The third example demonstrates the basics of using the OpenAI Functions feature to incorporate local [or API-based] data into your chat response generation.

image

Companion slide deck is available here: Demystifying OpenAI SDK

About

This is a set of examples intended to help demonstrate how to integrate OpenAI GPT into a C# application using the Microsoft OpenAI SDK.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%