From 020be7a779c8e91506808933ac4b81c1b32c88e4 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Sat, 4 Jan 2025 10:28:50 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cc5118c..b393fc1 100644 --- a/README.md +++ b/README.md @@ -11,21 +11,21 @@ A [100-line](minillmflow/__init__.py) minimalist LLM framework for [agents](http - **Claude Project (Sonnet 3.5 strongly recommended!):** - - Create a project and dump the [docs](docs) + - Create a [project[(https://www.anthropic.com/news/projects) and upload the [docs](docs) to project knowledge - - Set project instruction. For example: + - Set project custom instructions. For example: ``` 1. check "tool.md" and "llm.md" for the required functions. 2. design the high-level (batch) flow and nodes. 3. design the shared memory structure: define its fields, data structures, and how they will be updated. - Think out aloud first for above first and ask users your design makes sense. + Think out aloud for above first and ask users if your design makes sense. 4. Finally, implement. Start with simple, minimalistic codes without, for example, typing. ``` - Ask it to build LLM application! - **ChatGPT:** Check out [GPT assistant](https://chatgpt.com/g/g-677464af36588191b9eba4901946557b-mini-llm-flow-assistant) - - GPT store seems to use older models. It's good at explaining but bad at coding. + - GPT store seems to use older models. It's good at explaining but now good at coding. - Alternatively, send the [docs](docs) to newer models like O1 for coding.