From b40f5e087acba7509c843ac43c60cd9b7c9e8140 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Tue, 31 Dec 2024 12:44:55 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ffbca3..6262992 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A [100-line](minillmflow/__init__.py) minimalist LLM framework for agents, task - **Pro tip:** Build LLM apps with LLMs assistants (ChatGPT, Claude, etc.) via [this prompt](assets/prompt) -Documentation: https://zachary62.github.io/miniLLMFlow/ +Documentation: https://minillmflow.github.io/miniLLMFlow/ ## Why Mini LLM Flow? @@ -29,7 +29,7 @@ Mini LLM Flow is also a great learning resource, as current frameworks abstract ## Tutorial -- Documentation: https://zachary62.github.io/miniLLMFlow/ +- Documentation: https://minillmflow.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)