Skip to content

Commit c526003

Browse files
authored
fix: model specification for next edit (#7239)
* Fix model specification * Link to mercury coder in the hub
1 parent b6a8423 commit c526003

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/features/autocomplete/next-edit.mdx

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ description: "Learn how Continue's Next Edit feature predicts and suggests your
44
---
55

66
<Warning>
7-
Next Edit is currently an experimental feature. It requires Mercury Coder Next
8-
Edit model configured in your Continue autocomplete settings and is not yet
9-
available for JetBrains use.
7+
Next Edit is currently an experimental feature. It requires [Mercury Coder
8+
model](https://hub.continue.dev/inceptionlabs/mercury-coder) configured in
9+
your Continue autocomplete settings and is not yet available for JetBrains
10+
use.
1011
</Warning>
1112

1213
## What is Next Edit?
@@ -70,16 +71,16 @@ Next Edit activates automatically when:
7071

7172
Next Edit requires:
7273

73-
- Compatible AI models (Mercury Coder Next Edit)
74+
- Compatible AI models (Mercury Coder)
7475
- Continue development team access
7576
- VS Code (JetBrains support coming soon)
7677
- **API Keys**: Organizations can add API keys to [org secrets](/hub/secrets/secret-types) for team-wide access. Individual users need to provide their own API keys in their [model configuration](/customize/model-providers/overview)
7778

7879
<Note>
79-
To use Next Edit, you must have the Mercury Coder Next Edit model configured
80-
in your Continue autocomplete model settings. This model is specifically
81-
designed for next edit predictions. Once it's been loaded, you must reload VS
82-
Code to activate it.
80+
To use Next Edit, you must have the Mercury Coder model configured in your
81+
Continue autocomplete model settings. This model is specifically designed for
82+
next edit predictions. Once it's been loaded, you must reload VS Code to
83+
activate it.
8384
<img
8485
src="/images/features/autocomplete/images/mercury-coder-next-edit.png"
8586
alt="Next Edit Model Setup"
@@ -115,7 +116,7 @@ Next Edit requires:
115116

116117
Next Edit requires AI models specifically trained for code prediction:
117118

118-
- **Mercury Coder Next Edit**: Primary model optimized for next edit prediction
119+
- **Mercury Coder**: Primary model optimized for next edit prediction
119120

120121
### Automatic Detection
121122

0 commit comments

Comments
 (0)