From 37a3fc2ab2267a6adba59cb5a1ce123754a3cfd6 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Wed, 8 Jan 2025 22:10:02 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27b8e30..b86a717 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ A [100-line](pocketflow/__init__.py) minimalist LLM framework for ([Multi-](http Documentation: https://minillmflow.github.io/PocketFlow/ -## Why Mini LLM Flow? +## Why Pocket Flow? -Mini LLM Flow is designed to be **the framework used by LLMs**. In the future, LLM projects will be *self-programmed* by LLMs themselves: Users specify requirements, and LLMs will design, build, and maintain. Current LLMs are: +Pocket Flow is designed to be **the framework used by LLMs**. In the future, LLM projects will be *self-programmed* by LLMs themselves: Users specify requirements, and LLMs will design, build, and maintain. Current LLMs are: 1. **👍 Good at Low-level Details:** LLMs can handle details like *wrappers, tools, and prompts*, which don't belong in a framework. Current frameworks are over-engineered, making them hard for humans (and LLMs) to maintain. @@ -41,7 +41,7 @@ Mini LLM Flow is designed to be **the framework used by LLMs**. In the future, L The ideal framework for LLMs should (1) **strip away low-level implementation details**, and (2) **keep high-level programming paradigms**. Hence, we provide this minimal (100-line) framework that allows LLMs to focus on what matters. -Mini LLM Flow is also a *learning resource*, as current frameworks abstract too much away. +Pocket Flow is also a *learning resource*, as current frameworks abstract too much away.