From 993e024ec47efa94fe69cdc41862834c4bb9edcd Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Thu, 26 Dec 2024 17:58:00 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a40325..8111cb2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A 100-line minimalist LLM framework for agents, task decomposition, RAG, etc. ## Why Mini LLM Flow? -The future of LLM app development will be **heavily LLM-assited**: users specify requirements, and LLMs build, test, and maintain on their own. Current LLM assistants: +The future of LLM app development will be **heavily LLM-assisted**: users specify requirements, and LLMs build, test, and maintain on their own. Current LLM assistants: 1. **😀 Shine at Low-level Implementation**: With proper docs, LLMs can handle APIs, tools, chunking, prompt wrapping, etc.