You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,12 +50,12 @@ The plugin provides a single `Patch` toolbox with five core operations:
50
50
51
51
```bash
52
52
# Make a single edit
53
-
llm -c prompt -m gpt-4o-mini "Change port 8080 to 3000 in config.txt" --tool Patch --ta
53
+
llm prompt -m gpt-4o-mini "Change port 8080 to 3000 in config.txt" --tool Patch --ta
54
54
```
55
55
56
56
```bash
57
57
# Make multiple edits
58
-
llm -c prompt -m gpt-4o-mini "Add a smiley face to the first heading in README.md" --tool Patch --ta --chain-limit 0
58
+
llm prompt -m gpt-4o-mini "Add a smiley face to the first heading in README.md, then a thank you emoji to the last heading" --tool Patch --ta --chain-limit 0
0 commit comments