From 3d8c879ca38892d665eb8244b76cc321333ad19d Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Fri, 3 Jan 2025 20:18:12 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b5e909..c965408 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ An [100-line](minillmflow/__init__.py) minimalist LLM framework for [agents](htt - **Pro tip:** Build LLM apps with LLMs assistants (ChatGPT, Claude, Cursor.ai, etc.) + - **Claude (preferred):** Create a project, dump the [docs](docs), and ask it to write LLM workflow! + - **ChatGPT:** Check out [GPT assistant](https://chatgpt.com/g/g-677464af36588191b9eba4901946557b-mini-llm-flow-assistant) - - **Claude:** Create a project, dump the [docs](docs), and ask it to write LLM workflow! - Documentation: https://minillmflow.github.io/miniLLMFlow/ ## Why Mini LLM Flow?