WEBVTT

00:00.120 --> 00:01.320
Hey there, Eden here.

00:01.320 --> 00:05.600
And in this section we're going to be writing our first link chain, chain.

00:05.800 --> 00:08.160
So this is going to be a very simple chain.

00:08.160 --> 00:09.920
It's going to be the link chain.

00:09.920 --> 00:13.880
Hello world where we're going to take information about Elon Musk.

00:14.000 --> 00:18.400
And we're going to send it into an LLM, which is going to summarize this information.

00:18.400 --> 00:21.800
And it's going to generate some cool facts about Elon Musk.

00:21.840 --> 00:24.520
They call this section is to learn by doing.

00:24.520 --> 00:30.400
And I will be introducing the basic link chain constructs that we'll be using in the course in this

00:30.400 --> 00:31.040
section.

00:31.040 --> 00:37.440
So we'll be learning about prompt templates, about prompts, about chat models, about chains, about

00:37.440 --> 00:40.680
debugging and tracing LLM applications.

00:40.680 --> 00:46.960
I will be using OpenAI's GPT five for this section, but you can use any first tier LLM that you want

00:47.000 --> 00:49.760
like Google's Gemini or Anthropic lot.

00:49.920 --> 00:56.000
And in this section I will also be showing how to use llama to run open weights model locally in our

00:56.000 --> 00:59.160
machine, and we'll be running Gma3 by Google.

00:59.600 --> 01:01.680
So I hope you will enjoy the link chain.

01:01.680 --> 01:04.000
Hello world and let's go to the code.
