Update README.md

This commit is contained in:
Zachary Huang 2024-12-26 17:58:00 -05:00 committed by GitHub
parent a9e46b61d3
commit 993e024ec4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.