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

Practical Generative AI with ChatGPT
By :

In November 2023, OpenAI introduced GPTs, specialized versions of ChatGPT designed to enhance productivity and cater to specific tasks and needs. Unlike the general-purpose ChatGPT, these custom versions allow users to create tailored AI models without any coding knowledge.
Note
There is an important consideration that will be relevant throughout this chapter. When we mention the word GPT, there are two main definitions that you will find in this book.
The first one refers to the proper Generative Pre-trained Transformer (GPT) model architecture behind OpenAI’s language models. We mentioned this architecture in Part 1, and we know that this is the framework behind ChatGPT itself.
The second one refers, in a more generic way, to the specialized assistants that OpenAI allows users to create in a no-code approach. With GPTs, OpenAI refers to specialized versions of ChatGPT. In this context, a single GPT refers to one assistant that you...