From 13594ef06cb0045ce4d17a112df426fae75b7599 Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Wed, 1 Jan 2025 04:57:10 -0800 Subject: [PATCH] rework copy --- .../void/browser/react/src/void-settings-tsx/Settings.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx b/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx index ecaebd92..e82c7c7a 100644 --- a/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx +++ b/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx @@ -413,8 +413,9 @@ export const Settings = () => {

Local Providers

-

{`Keep your data private by hosting AI locally on your computer.`}

-

{`Instructions:`}

+ {/*

{`Keep your data private by hosting AI locally on your computer.`}

*/} + {/*

{`Instructions:`}

*/} +

{`Void can access any AI models that you host locally.`}

@@ -429,7 +430,8 @@ export const Settings = () => {

More Providers

-

{`Access models like ChatGPT and Claude. We recommend using Anthropic or OpenAI as providers, or Groq as a faster alternative.`}

+

{`Void can also access models like ChatGPT and Claude. We recommend using Anthropic or OpenAI.`}

+ {/*

{`Access models like ChatGPT and Claude. We recommend using Anthropic or OpenAI as providers, or Groq as a faster alternative.`}

*/}