update doc

This commit is contained in:
zachary62 2024-12-28 04:09:13 +00:00
parent fd54f325bc
commit e6666ad53a
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<h1 align="center">Mini LLM Flow</h1> <h1 align="center">Mini LLM Flow</h1>
![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/)
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: