Blog Logo
TAGS

Build your own ChatGPT in .NET with Semantic Kernel 🚀

Duration : 00:09:56

The popularity of chat GPT, which has signed up 100 million users in just two months, has led to an increase in startups utilizing the underlying large language models (LLMs) that power the technology. Chat GPT is an application built on top of a large language model, and developers can use tools like Semantic Kernel to build their own applications on top, implementing the necessary logic to interact with LLMs. Semantic Kernel offers services to interact with LLMs designed for OpenAI, and developers can define semantic functions to gather user input and return responses, as well as store chat histories to provide context for subsequent interactions.