Technical requirements
For this chapter, you’ll need the following:
- Access to an LLM/chatbot such as GPT-4 or Gemini; each requires logins. For GPT-4, you’ll need an OpenAI account, and for Gemini, you’ll need a Google account.
- A Python IDE such as Spyder, IDLE, PyCharm, Eclipse, or Visual Studio.
You can get the code used in this book here: https://github.com/PacktPublishing/Coding-with-ChatGPT-and-Other-LLMs/tree/main.
Now, we’ll get into understanding bias in the code from LLMs.