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

Practical Generative AI with ChatGPT
By :

In the previous chapters, we saw several examples of how to leverage ChatGPT for various activities, from personal productivity to marketing, and from research to software development. For each of these scenarios, we always faced a similar situation: we started with a general-purpose tool as ChatGPT, to then tailor it with domain-specific questions and additional context.
However, sometimes this might not be enough if our aim is to obtain an extremely specialized model for our own purposes. That’s why we might need to build a purpose-specific ChatGPT. Luckily, OpenAI itself has developed a no-code platform to build these customized assistants, which are called GPTs.
In this chapter, we are going to go through GPTs’ features, capabilities, and real-world applications, covering the same use cases we saw in previous chapters so that you can see the difference in the output’s quality. Plus, we will also see how to publish your GPT and make it...