Interacting with Large Language Models Programmatically

Overview


In this part, we look into using large language models programmatically through APIs. As examples of APIs, we use APIs from OpenAI and HuggingFace. The chapters and their contents are as follows.

Note that although we use large language models through an API, it is also possible to run large language models locally, given sufficient hardware. We will look into this briefly later in the course.