Skip to content

Commit 77469e2

Browse files
committed
Updated README again
1 parent b15ff55 commit 77469e2

1 file changed

Lines changed: 22 additions & 7 deletions

File tree

README.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -459,10 +459,10 @@ Succinct learnings about how to RUN the project:
459459
- Serves as the shared buffer between You and the Product Manager Agent.
460460
- Contains the full conversation history of the requirements gathering session.
461461

462-
### Model Remapping:
462+
### Model Remapping: OPTIONAL
463463

464-
The prompts reference "Sonnet" and "Opus" models in Claude Code.
465-
I prefer to use z.ai and their GLM models or sometimes will switch to local models. These are shortcuts that can be remapped to any LLM family via Claude Code settings:
464+
I cannot afford Claude so I use different models in Claude Code. Below is an example of "how-to" use GLM models or similarly switch to local models.
465+
These are shortcuts that can be remapped to any LLM family via Claude Code settings:
466466

467467
Windows PowerShell
468468

@@ -476,6 +476,12 @@ Windows PowerShell
476476
}
477477
}
478478
```
479+
```cli
480+
(base) PS C:\Users\$USER$> $env:ANTHROPIC_AUTH_TOKEN
481+
6ThisIsFakeToken7bo2WcMJ28c55VnvZ78vd2.Qj9a43LYB44ZC39
482+
(base) PS C:\Users\$USER$> $env:ANTHROPIC_BASE_URL
483+
https://api.z.ai/api/anthropic
484+
```
479485

480486
Linux/macOS
481487

@@ -489,7 +495,13 @@ Linux/macOS
489495
}
490496
}
491497
```
492-
498+
```cli
499+
$ echo $ANTHROPIC_AUTH_TOKEN
500+
6ThisIsFakeToken7bo2WcMJ28c55VnvZ78vd2.Qj9a43LYB44ZC39
501+
$ echo $ANTHROPIC_BASE_URL
502+
https://api.z.ai/api/anthropic
503+
```
504+
493505

494506
This allows using GPT, GLM, or other models while keeping the prompts unchanged.
495507

@@ -499,14 +511,17 @@ This allows using GPT, GLM, or other models while keeping the prompts unchanged.
499511
![Aku mini](artifacts/Aku-mini.jpg)
500512

501513
## Acknowledgments
502-
- **Aku Tembe** - the bestest boi.
514+
515+
This implementation builds on the work of many talented individuals, and all I have done is build a little bit on top of their inspiratonal work. No credit or creativity asserted by me. I am just happy that I have acceess to so much talent to learn from.
516+
517+
- **Clayton Farr**[The Ralph Playbook](https://ClaytonFarr.github.io/ralph-playbook/) (comprehensive methodology guide)
503518
- **Geoffrey Huntley** – Original creator of [Ralph](https://ghuntley.com/ralph/)
504519
- **Matt Pocock** – Early overview and explanations
505520
- **Ryan Carson** – Community documentation
506-
- **Clayton Farr**[The Ralph Playbook](https://ClaytonFarr.github.io/ralph-playbook/) (comprehensive methodology guide)
507521
- and many more who have contributed to the Ralph Method community.
508522

509-
This implementation builds on their work while adding cross-platform support, git-optional operation, and model-agnostic configuration.
523+
## Inspiration
524+
- **Aku Tembe** - the bestest boi.
510525

511526
---
512527

0 commit comments

Comments
 (0)