From 098480f124abd3db613b637ed15fee03882f83a3 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:48:41 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3be4a4e..ae552b7 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,10 @@ A [100-line](minillmflow/__init__.py) minimalist LLM framework for agents, task - **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) - + - GPT assistant: Check out [Mini LLM Flow Assistant](https://chatgpt.com/g/g-677464af36588191b9eba4901946557b-mini-llm-flow-assistant) + + - Claude assistant: Create a project and dump the [docs](docs) + - Use your own LLMs and provide contexts via [this prompt](assets/prompt) Documentation: https://minillmflow.github.io/miniLLMFlow/