Update README.md
This commit is contained in:
parent
0f7e2b0d66
commit
b87b5ab678
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
An [100-line](minillmflow/__init__.py) minimalist LLM framework for [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.
|
An [100-line](minillmflow/__init__.py) minimalist LLM framework for [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](minillmflow/__init__.py) (only 100 lines)
|
- Install via ```pip install minillmflow```, or just copy the [source codes](minillmflow/__init__.py) (only 100 lines)
|
||||||
|
|
||||||
- **Pro tip:** Build LLM apps with LLMs assistants (ChatGPT, Claude, Cursor.ai, etc.)
|
- **Pro tip:** Build LLM apps with LLMs assistants (ChatGPT, Claude, Cursor.ai, etc.)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue