-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Building AI Applications with Microsoft Semantic Kernel
By :

To complete this chapter, you will need to have a recent, supported version of your preferred Python or C# development environment:
In this chapter, we will call OpenAI services. Given the amount that companies spend on training these LLMs, it’s no surprise that using these services is not free. You will need an OpenAI API key, obtained either directly through OpenAI or Microsoft, via the Azure OpenAI service.
If you are using .NET, the code for this chapter is at https://github.com/PacktPublishing/Building-AI-Applications-with-Microsoft-Semantic-Kernel/tree/main/dotnet/ch8.
If you are using Python, the code for this chapter is at https://github.com/PacktPublishing/Building-AI-Applications-with-Microsoft-Semantic-Kernel/tree/main/python/ch8.
To create your custom GPT, you will need...