This commit is contained in:
Andrew Pareles 2025-05-05 21:49:04 -07:00
parent a5b43ce146
commit 170ccb9298

View file

@ -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 >