From 976a266cd3981e37db457c6ec5f2d67928597a98 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Tue, 31 Dec 2024 17:11:28 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5dc441..35287c9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,11 @@ A [100-line](minillmflow/__init__.py) minimalist LLM framework for agents, task - 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](assets/prompt) +- **Pro tip:** Build LLM apps with LLMs assistants (ChatGPT, Claude, etc.) + + - Chat with [Mini LLM Flow Assistant](https://chatgpt.com/g/g-677464af36588191b9eba4901946557b-mini-llm-flow-assistant) + + - Use your own LLMs and provide contexts via [this prompt](assets/prompt) Documentation: https://minillmflow.github.io/miniLLMFlow/