Update README.md

This commit is contained in:
Zachary Huang 2025-01-02 10:27:31 -05:00 committed by GitHub
parent 183603b795
commit 443168de91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,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 **great learning resource**, as current frameworks abstract too much away.
Mini LLM Flow is also a *learning resource*, as current frameworks abstract too much away.
<div align="center">
<img src="/assets/minillmflow.jpg" width="400"/>