+ {isThisSelectionOpened &&
+
}
@@ -383,19 +383,15 @@ const ChatBubble = ({ chatMessage, isLoading }: {
}
return
-
- {chatbubbleContents}
- {isLoading && }
-
+ {chatbubbleContents}
+ {isLoading &&
}
}
diff --git a/src/vs/workbench/contrib/void/browser/react/src/util/inputs.tsx b/src/vs/workbench/contrib/void/browser/react/src/util/inputs.tsx
index b85f2e2e..402ab1a8 100644
--- a/src/vs/workbench/contrib/void/browser/react/src/util/inputs.tsx
+++ b/src/vs/workbench/contrib/void/browser/react/src/util/inputs.tsx
@@ -301,7 +301,7 @@ export const VoidCodeEditor = ({ initValue, language }: { initValue: string, lan
return
instantiationService.createInstance(
CodeEditorWidget,
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 62fd2450..a4835e99 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
@@ -195,7 +195,7 @@ export const ModelDump = () => {
const disabled = !providerEnabled
- return
+ return
{/* left part is width:full */}
{isNewProviderName ? displayInfoOfProviderName(providerName).title : ''}
@@ -204,7 +204,7 @@ export const ModelDump = () => {
{/* right part is anything that fits */}
-
{isAutodetected ? '(detected locally)' : isDefault ? '' : '(custom model)'}
+
{isAutodetected ? '(detected locally)' : isDefault ? '' : '(custom model)'}
{
Local Providers
{/* {`Keep your data private by hosting AI locally on your computer.`}
*/}
{/* {`Instructions:`}
*/}
- {`Void can access any model that you host locally.`}
-
-
-
-
-
-
+
{`Void can access any model that you host locally. By default, we automatically detect your local models.`}
+
+
+
+
+
{/* TODO we should create UI for downloading models without user going into terminal */}
@@ -435,7 +434,7 @@ export const Settings = () => {
More Providers
-
{`Void can also access models like ChatGPT and Claude. We recommend using Anthropic or OpenAI.`}
+
{`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.`}
*/}