The objective is to try out the real LLM with invoke, stream and batch functions.
The code provided in this course uses a utility class to create LLMs. Another objective is to go over the create LLM utility code.
In part-1 you learned the raw code for creating the LLM
In part-2 you will find the same code in a Python file exposed as a utility
Create LLM for text generation and other tasks
Create Chat LLM for multi-turn Q&A and Chatbots