Update README.md

This commit is contained in:
Zachary Huang 2025-01-05 15:23:52 -05:00 committed by GitHub
parent a758c4aa65
commit 6bbdc6d532
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg) ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
[![Docs](https://img.shields.io/badge/docs-latest-blue)](https://zachary62.github.io/miniLLMFlow/) [![Docs](https://img.shields.io/badge/docs-latest-blue)](https://zachary62.github.io/miniLLMFlow/)
A [100-line](minillmflow/__init__.py) minimalist LLM framework for ([Multi-](https://minillmflow.github.io/miniLLMFlow/multi_agent.md))[Agents](https://minillmflow.github.io/miniLLMFlow/agent.html), [task decomposition](https://minillmflow.github.io/miniLLMFlow/decomp.html), [RAG](https://minillmflow.github.io/miniLLMFlow/rag.html), etc. A [100-line](minillmflow/__init__.py) minimalist LLM framework for ([Multi-](https://minillmflow.github.io/miniLLMFlow/multi_agent.html))[Agents](https://minillmflow.github.io/miniLLMFlow/agent.html), [task decomposition](https://minillmflow.github.io/miniLLMFlow/decomp.html), [RAG](https://minillmflow.github.io/miniLLMFlow/rag.html), etc.
- Install via ```pip install minillmflow```, or just copy the [source codes](minillmflow/__init__.py) (only 100 lines) - Install via ```pip install minillmflow```, or just copy the [source codes](minillmflow/__init__.py) (only 100 lines)