Skip to content

Commit 89dd121

Browse files
committed
docs
1 parent 18baf07 commit 89dd121

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ You can configure which model and system prompt ECA will use during its inline c
407407

408408
## Rewrite
409409

410-
You can configure which model and system prompt ECA will use during its rewrite feature:
410+
Configure the model and system prompt used for ECA's rewrite feature via the `rewrite` config. By default, ECA follows the same model selection as chat unless overwritten:
411411

412412
=== "Example"
413413

docs/features.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,12 @@ For more details, check [hooks configuration](./configuration.md#hooks).
137137

138138
## Rewrite
139139

140-
Rewrite allow user to select part of the text and ask ECA to rewrite it using a configured model.
140+
Rewrite allows user to select part of the text and ask ECA to rewrite it.
141141

142142
![](./images/features/rewrite.gif)
143143

144+
For rewrite configuration, check [configuration](./configuration.md#rewrite).
145+
144146
## Completion (alpha)
145147

146148
Inline code completion

0 commit comments

Comments
 (0)