Skip to content

Commit f6e687b

Browse files
authored
1 parent a0ffd88 commit f6e687b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/cody/capabilities/auto-edit.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ Auto-edit is available for Enterprise customers with [Sourcegraph Cody Gateway](
2828
- Enable the feature flag `cody-autoedit-experiment-enabled-flag`
2929
- Add `fireworks::*` as an [allowed provider](https://sourcegraph.com/docs/cody/enterprise/model-configuration#model-filters) (see below)
3030
2. Once enabled, developers will receive a notification in their editor to turn it on
31+
3. If you skip the notification or don't see it, you can manually enable/disable it from the Cody extension settings.
32+
33+
![enable-from-cody-settings](https://storage.googleapis.com/sourcegraph-assets/Docs/enable-auto-edit-from-settings.jpg)
34+
35+
There is a drop-down menu for Cody's suggestions mode. You can choose between the default autocomplete and the auto-edit mode, or you can turn off the suggestions completely.
3136

3237
The following example demonstrates how to add Fireworks as an allowed LLM provider:
3338

@@ -40,7 +45,7 @@ The following example demonstrates how to add Fireworks as an allowed LLM provid
4045
// Only allow "beta" and "stable" models.
4146
// Not "experimental" or "deprecated".
4247
"statusFilter": ["beta", "stable"],
43-
48+
4449
// Allow any models provided by Anthropic, OpenAI, Google and Fireworks.
4550
"allow": [
4651
"anthropic::*", // Anthropic models

0 commit comments

Comments
 (0)