feat: docs
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ _See the readme file in the main branch for updated instructions and information
|
|
5 |
## Lab2: Adding LLM to Chainlit App
|
6 |
Now we have a web interface working, we will now add an LLM to our Chainlit app to have our simplified version of ChatGPT. We will be using [Langchain](https://python.langchain.com/docs/get_started/introduction) as the framework for this course. It provides easy abstractions and a wide varieties of data connectors and interfaces for everything LLM app development.
|
7 |
|
8 |
-
In this lab, we will be adding an Chat LLM to our Chainlit app.
|
9 |
|
10 |
## Exercises
|
11 |
|
|
|
5 |
## Lab2: Adding LLM to Chainlit App
|
6 |
Now we have a web interface working, we will now add an LLM to our Chainlit app to have our simplified version of ChatGPT. We will be using [Langchain](https://python.langchain.com/docs/get_started/introduction) as the framework for this course. It provides easy abstractions and a wide varieties of data connectors and interfaces for everything LLM app development.
|
7 |
|
8 |
+
In this lab, we will be adding an Chat LLM to our Chainlit app using Langchain.
|
9 |
|
10 |
## Exercises
|
11 |
|