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

Practical Generative AI with ChatGPT
By :

Following along will be easier if you keep the following in mind:
Here is a list of things you need to have:
Software/hardware covered in the book |
System requirements |
Python 3.7.1 or higher |
Windows, macOS, or Linux |
Streamlit |
Windows, macOS, or Linux |
LangChain |
Windows, macOS, or Linux |
OpenAI model APIs |
An OpenAI account |
Azure OpenAI Service (optional) |
An Azure subscription enabled for Azure OpenAI (optional) |
The code bundle for the book is hosted on GitHub at https://github.com/PacktPublishing/Practical-GenAI-with-ChatGPT-Second-Edition. We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing. Check them out!
There are a number of text conventions used throughout this book.
A block of code is set as follows:
{"prompt": "<prompt text>", "completion": "<ideal generated text>"}
{"prompt": "<prompt text>", "completion": "<ideal generated text>"}
{"prompt": "<prompt text>", "completion": "<ideal generated text>"}
Bold: Indicates a new term, an important word, or words that you see on the screen. For instance, words in menus or dialog boxes appear in the text like this. For example: “As always, a subject-matter expert (SME) is needed in the loop to review the results.”
Warnings or important notes appear like this.
Tips and tricks appear like this.