update doc
This commit is contained in:
parent
fd54f325bc
commit
e6666ad53a
|
|
@ -1,6 +1,7 @@
|
||||||
<h1 align="center">Mini LLM Flow</h1>
|
<h1 align="center">Mini LLM Flow</h1>
|
||||||
|
|
||||||

|

|
||||||
|
[](https://zachary62.github.io/miniLLMFlow/)
|
||||||
|
|
||||||
A [100-line](minillmflow/__init__.py) minimalist LLM framework for agents, task decomposition, RAG, etc.
|
A [100-line](minillmflow/__init__.py) minimalist LLM framework for agents, task decomposition, RAG, etc.
|
||||||
|
|
||||||
|
|
@ -8,6 +9,8 @@ A [100-line](minillmflow/__init__.py) minimalist LLM framework for agents, task
|
||||||
|
|
||||||
- **Pro tip:** Build LLM apps with LLMs assistants (ChatGPT, Claude, etc.) via [this prompt](assets/prompt)
|
- **Pro tip:** Build LLM apps with LLMs assistants (ChatGPT, Claude, etc.) via [this prompt](assets/prompt)
|
||||||
|
|
||||||
|
Documentation: https://zachary62.github.io/miniLLMFlow/
|
||||||
|
|
||||||
## Why Mini LLM Flow?
|
## Why Mini LLM Flow?
|
||||||
|
|
||||||
In the future, **LLM apps will be developed by LLMs**: users specify requirements, and LLMs design, build, and maintain on their own. Current LLMs:
|
In the future, **LLM apps will be developed by LLMs**: users specify requirements, and LLMs design, build, and maintain on their own. Current LLMs:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue