Skip to content

Commit

Permalink
Merge pull request #6 from shlebbypops/vscode-docs
Browse files Browse the repository at this point in the history
Vscode docs
  • Loading branch information
shlebbypops authored Aug 5, 2024
2 parents 3d2fd7a + 168d649 commit 959741c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
Binary file added src/assets/symmetry_connected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/symmetry_disconnected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/symmetry_provider.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions src/content/docs/general/symmetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The symmetry client is licensed under the MIT license.
[https://github.com/twinnydotdev/symmetry](https://github.com/twinnydotdev/symmetry)


## Symmetry in twinny VSCode Extension
## Connecting to Symmetry in twinny VSCode Extension

Symmetry can be used as an inference provider within the twinny VSCode extension if there are active providers available in the network for the specific model. You can find the current providers and the available models at: [https://twinny.dev/symmetry](https://twinny.dev/symmetry).

Expand All @@ -24,7 +24,15 @@ Symmetry can be used as an inference provider within the twinny VSCode extension
4. When you're connected you should see the green "Connected" status in the extension sidebar.
5. Try sending some requests to the model using the twinny extension it should work as expected.

![symmetry architecture diagram](../../../assets/twinny-vscode.png)
#### Disconnected:
![symmetry connected](../../../assets/symmetry_disconnected.png)

#### Connected:
![symmetry connected](../../../assets/symmetry_connected.png)

Look for the icon:

![symmetry provider](../../../assets/symmetry_provider.png)

## Becoming a Symmetry Provider

Expand Down

0 comments on commit 959741c

Please sign in to comment.