Skip to content

Commit c8afa6f

Browse files
dr75thomasten
andauthored
readme: enable image for marketplace (#1)
* readme: enable image * typo Co-authored-by: Thomas Tendyck <51411342+thomasten@users.noreply.github.com> --------- Co-authored-by: Thomas Tendyck <51411342+thomasten@users.noreply.github.com>
1 parent 69bee85 commit c8afa6f

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

marketplace-readme.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Use [Privatemode](https://www.privatemode.ai) as an AI provider inside GitHub Co
1212

1313
[Privatemode](https://www.privatemode.ai) is the first AI service with true end-to-end confidential computing.
1414
It encrypts your data before it leaves your device and keeps it protected even during AI processing.
15-
Its advanced design, among others, ensure the following:
15+
Its advanced design, among others, ensures the following:
1616

1717
- Your code, prompts, and responses are never visible to us or the infrastructure provider.
1818
- Your data can't and won't be used for training.
1919
- Verifiable privacy and integrity through hardware-based remote attestation.
2020

21-
With Privatemode, you can confidently use state-of-the-art open-source models like **gpt-oss-120b** and **Qwen3-Coder** for coding, content generation, and analysis — without compromising security.
21+
With Privatemode, you can confidentially use state-of-the-art open-source models like **gpt-oss-120b** and **Qwen3-Coder** for coding, content generation, and analysis — without compromising security.
2222

2323
Privatemode is hosted in the EU and developed by [Edgeless Systems](https://www.edgeless.systems/).
2424

@@ -29,12 +29,12 @@ Privatemode is hosted in the EU and developed by [Edgeless Systems](https://www.
2929
1. Create a free [Privatemode account](https://www.privatemode.ai/) to get your API key.
3030
1. Start the Privatemode Proxy with your API key (see [below](#ℹ️-about-the-privatemode-proxy)).
3131
1. Open the *Manage Language Models* dialog of the GitHub Copilot Chat extension and select Privatemode as provider.
32-
1. Optional: Provide your API key if you set up the proxy without one.
33-
1. Choose the models you want to add to the model picker.
32+
1. If your proxy wasn't started with an API key, you can enter one in VS Code.
33+
1. Choose the models you want to see in the model picker.
3434

3535
You’re all set. Now you can chat with an AI inside VS Code while keeping your data secure.
3636

37-
## ℹ️ About the Privatemode Proxy
37+
## About the Privatemode Proxy
3838

3939
This extension requires the Privatemode Proxy to be running locally or on a trusted host. It does the following:
4040

@@ -49,7 +49,6 @@ docker run -p 8080:8080 \
4949
ghcr.io/edgelesssys/privatemode/privatemode-proxy:latest \
5050
--apiKey <your-api-key>
5151
```
52-
5352
You can learn more about Privatemode and the proxy in the [docs](https://docs.privatemode.ai/quickstart).
5453

5554
## ⚠️ Disable inline code completions for privacy
@@ -61,14 +60,11 @@ Inline code completions (tab completions) from GitHub Copilot are not routed thr
6160
- Disable completions globally or for specific file types
6261

6362
<!-- vale Microsoft.Quotes = NO -->
64-
<!--
65-
TODO: uncomment once the repo is public.
66-
<img src="https://github.com/edgelesssys/privatemode-vscode/blob/main/assets/image.png?raw=true"
63+
<img src="https://github.com/edgelesssys/privatemode-vscode/blob/main/assets/disable_completions.png?raw=true"
6764
alt="Disable completions"
6865
width="600" />
69-
-->
7066
<!-- vale Microsoft.Quotes = YES -->
7167

7268
You can get privacy-preserving code completions by using the [Continue plugin](https://marketplace.visualstudio.com/items?itemName=Continue.continue) and [configuring it to use the Privatemode Proxy](https://docs.privatemode.ai/guides/coding-assistants-vscode#configuring-continue).
7369

74-
> **Note:** When using a GitHub Copilot Business or Enterprise plan, the Copilot Chat extension currently doesn't show the `Manage Models` option in the model picker. In that case you have to switch the account to a different Copilot plan (e.g., Pro or Free) to use the extension. This issue is currently being addressed by Microsoft.
70+
> **Note:** If you’re using a GitHub Copilot Business or Enterprise plan, the Manage Models option may not appear. To enable it, switch temporarily to a Pro or Free plan. This limitation is being addressed by Microsoft.

0 commit comments

Comments
 (0)