Chapter 6
Building a personal assistant
So far, you’ve explored various code snippets, but they were all isolated pieces. Now, it’s time to connect the dots and build something that works in the real world. Starting with this chapter, you will use Azure OpenAI—specifically GPT-3.5 and GPT-4—to develop concrete AI applications using LLMs. You’ll use the same technologies and frameworks you’ve already seen, and most of the code will be the same too. But this time, it will be structured and organized in a way that’s suitable for production.
In this chapter, you’ll build something relatively simple: a customer care chatbot assistant for a software company, written as an ASP.NET Core web application and using the Azure OpenAI SDK. In Chapter 7, you’ll ...
Get Programming Large Language Models with Azure Open AI: Conversational programming and prompt engineering with LLMs now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.