From 96cecb90865639ba8bf675cbffe7c7308652c028 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Sat, 28 Dec 2024 18:33:43 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb02ea6..8ffbca3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,9 @@ Mini LLM Flow is also a great learning resource, as current frameworks abstract -## Example LLM apps +## Tutorial + +- Documentation: https://zachary62.github.io/miniLLMFlow/ - Beginner Tutorial: [Text summarization for Paul Graham Essay + QA agent](https://colab.research.google.com/github/zachary62/miniLLMFlow/blob/main/cookbook/demo.ipynb)