Skip to content

Commit 2a822f7

Browse files
committed
Refine README phrasing for conciseness and clarity
1 parent 48a9e29 commit 2a822f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Autofill for chatbots. Works with VS Code, Cursor, Antigravity, and others.
2121

2222
**LLMs are brilliant, yet mindless pattern matchers.** Because they lack properties similar to mental models, they can't _imagine_ how the correct output should look like _before_ their context is filled with files.
2323

24-
While agents address this limitation with the _grep_ keyword search via tool calling just fine—they're slow and, because files are placed in output tokens, expensive.
24+
While agents address this limitation via tool calling just fine—they're slow and, because files are placed in output tokens, expensive.
2525

2626
Code Web Chat proposes an alternative approach where the model is guided with hand-picked context, allowing simpler instructions and enabling accuracy that can't get any better!
2727

28-
For efficiency, files are sorted in a way prioritizing **[prompt caching](https://platform.openai.com/docs/guides/prompt-caching) across tasks**—put less strain on the planet 🌱, and save up to 90% on input tokens!
28+
For efficiency, files are sorted in a way prioritizing **[prompt caching](https://platform.openai.com/docs/guides/prompt-caching) across tasks**—put less strain on the planet 🌱, and save up to 90% on input tokens.
2929

3030
**Example message:**
3131

@@ -49,7 +49,7 @@ Once the response is ready, changes can be integrated in a fully revertible way.
4949

5050
## Browser integration
5151

52-
Install the Connector in your favorite browser and never copy & paste again!
52+
Install the Connector in your favorite browser and never copy and paste again!
5353

5454
Like all of Code Web Chat, the extension is [open-source](https://github.com/robertpiosik/CodeWebChat/blob/dev/packages/browser) and works with minimal permissions for your absolute privacy and security.
5555

0 commit comments

Comments
 (0)