From 02cab7c15eb249963d43add86350030cde67b184 Mon Sep 17 00:00:00 2001 From: Helena Zhang <63878817+helena-zhang@users.noreply.github.com> Date: Fri, 3 Jan 2025 18:33:46 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c965408..eaeeaec 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Documentation: https://minillmflow.github.io/miniLLMFlow/ ## Why Mini LLM Flow? -Mini LLM Flow is designed to be **the framework used by LLMs**. In the future, LLM projects will *self-programmed* by LLMs themselves: Users specify requirements, and LLMs will design, build, and maintain. Current LLMs are: +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: 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.