mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
ui
This commit is contained in:
parent
a5b43ce146
commit
170ccb9298
1 changed files with 2 additions and 2 deletions
|
|
@ -720,8 +720,8 @@ export const SettingsForProvider = ({ providerName, showProviderTitle, showProvi
|
|||
|
||||
{showProviderSuggestions && needsModel ?
|
||||
providerName === 'ollama' ?
|
||||
<WarningBox className="mt-1" text={`Please install an Ollama model. We'll auto-detect it.`} />
|
||||
: <WarningBox className="mt-1" text={`Please add a model for ${providerTitle} (Models section).`} />
|
||||
<WarningBox className="pl-2 mb-4" text={`Please install an Ollama model. We'll auto-detect it.`} />
|
||||
: <WarningBox className="pl-2 mb-4" text={`Please add a model for ${providerTitle} (Models section).`} />
|
||||
: null}
|
||||
</div>
|
||||
</div >
|
||||
|
|
|
|||
Loading…
Reference in a new issue