Update README.md

This commit is contained in:
Zachary Huang
2024-12-27 00:30:33 -05:00
committed by GitHub
parent 0dde58d684
commit 877a1b728b
+1 -1
View File
@@ -6,7 +6,7 @@ A 100-line minimalist LLM framework for agents, task decomposition, RAG, etc.
- Install via ```pip install minillmflow```, or just copy the [source](minillmflow/__init__.py) (only 100 lines) - Install via ```pip install minillmflow```, or just copy the [source](minillmflow/__init__.py) (only 100 lines)
- **Pro tip:** Build LLM apps with LLMs assistants (ChatGPT, Claude, etc.) via [this prompt](minillmflow/docs/prompt) - **Pro tip:** Build LLM apps with LLMs assistants (ChatGPT, Claude, etc.) via [this prompt](docs/prompt)
## Why Mini LLM Flow? ## Why Mini LLM Flow?