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
{{ message }}
This repository was archived by the owner on Dec 3, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/content/docs/general/fill-in-middle.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,4 @@ If you prefer to trigger code completion manually:
13
13
14
14
twinny uses the same default keyboard shortcut (`Alt+\`) for manual code completion as GitHub Copilot. If you have both extensions enabled with this shortcut, it can lead to conflicts. To resolve this, you may need to disable this shortcut in one of the extensions or reconfigure it in your VS Code keyboard shortcut settings (e.g., assign a different shortcut to twinny's "Trigger Completion" command).
15
15
16
-
For more information on models that support the fill-in-the-middle technique, see the [Supported Models page](/general/supported-models/).
16
+
For more information on models that support the fill-in-the-middle technique, see the [Supported Models page](/twinny-docs/general/supported-models/).
Copy file name to clipboardExpand all lines: src/content/docs/general/providers.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
@@ -29,7 +29,7 @@ Ollama is configured as the default inference provider for twinny.
29
29
30
30
### twinny.dev (Symmetry Network)
31
31
32
-
twinny.dev offers an OpenAI-compatible API, enabling interaction with the [Symmetry network](/general/symmetry) using the standard OpenAI API format. This facilitates easy integration with applications already compatible with the OpenAI API.
32
+
twinny.dev offers an OpenAI-compatible API, enabling interaction with the [Symmetry network](/twinny-docs/general/symmetry) using the standard OpenAI API format. This facilitates easy integration with applications already compatible with the OpenAI API.
33
33
34
34
#### Chat
35
35
@@ -204,4 +204,4 @@ This method allows for easy access to the Symmetry network without needing to ma
204
204
> - Your requests are processed by other nodes within the peer-to-peer Symmetry network.
205
205
> - Be mindful of data sensitivity when using any distributed or third-party network.
206
206
> - The availability and performance of models can vary depending on the network state.
207
-
> - For more details on Symmetry itself, refer to the [Symmetry documentation](/general/symmetry).
207
+
> - For more details on Symmetry itself, refer to the [Symmetry documentation](/twinny-docs/general/symmetry).
Copy file name to clipboardExpand all lines: src/content/docs/general/symmetry.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Symmetry is accessible through an OpenAI-compatible API endpoint hosted at `http
22
22
23
23
### Authentication
24
24
25
-
To use the `https://twinny.dev` API endpoint, you will need an API key. Refer to the [twinny.dev provider settings in twinny](/general/providers/#twinnydev-symmetry-network) for details on obtaining and using an API key.
25
+
To use the `https://twinny.dev` API endpoint, you will need an API key. Refer to the [twinny.dev provider settings in twinny](/twinny-docs/general/providers/#twinnydev-symmetry-network) for details on obtaining and using an API key.
0 commit comments