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 279b1a22..fa27d55a 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
@@ -14,11 +14,11 @@ import { ChatMarkdownRender } from '../markdown/ChatMarkdownRender.js'
const SubtleButton = ({ onClick, text, icon, disabled }: { onClick: () => void, text: string, icon: React.ReactNode, disabled: boolean }) => {
- return
+ return
-
+
{text}
@@ -422,14 +422,14 @@ export const Settings = () => {
Local Providers
- {/*
{`Keep your data private by hosting AI locally on your computer.`}
*/}
- {/*
{`Instructions:`}
*/}
- {/*
{`Void can access any model that you host locally. We automatically detect your local models by default.`}
*/}
-
{`Host a model locally and use it in Void. Instructions:`}
+ {/*
{`Keep your data private by hosting AI locally on your computer.`}
*/}
+ {/*
{`Instructions:`}
*/}
+ {/*
{`Void can access any model that you host locally. We automatically detect your local models by default.`}
*/}
+
{`Host a model locally and use it in Void. Instructions:`}
-
+
{/* TODO we should create UI for downloading models without user going into terminal */}
@@ -440,8 +440,8 @@ export const Settings = () => {
More Providers
- {`Get access to frontier models. We recommend Anthropic or OpenAI.`}
- {/* {`Access models like ChatGPT and Claude. We recommend using Anthropic or OpenAI as providers, or Groq as a faster alternative.`}
*/}
+ {`Get access to frontier models. We recommend Anthropic or OpenAI.`}
+ {/* {`Access models like ChatGPT and Claude. We recommend using Anthropic or OpenAI as providers, or Groq as a faster alternative.`}
*/}