Skip to content

Commit bbd9a17

Browse files
Update ProvidersTab.tsx
1 parent a7551ec commit bbd9a17

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/components/settings/providers/ProvidersTab.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,10 @@ export default function ProvidersTab() {
135135
{/* URL Configurable Providers Section */}
136136
{urlConfigurableProviders.length > 0 && (
137137
<div className="mt-8">
138-
<h3 className="text-lg font-semibold mb-4 text-bolt-elements-textPrimary">Providers with Custom Base URL</h3>
138+
<h3 className="text-lg font-semibold mb-2 text-bolt-elements-textPrimary">Experimental Providers</h3>
139+
<p className="text-sm text-bolt-elements-textSecondary mb-4">
140+
These providers are experimental and allow you to run AI models locally or connect to your own infrastructure. They require additional setup but offer more flexibility.
141+
</p>
139142
<div className="space-y-4">
140143
{urlConfigurableProviders.map(renderProviderCard)}
141144
</div>

0 commit comments

Comments
 (0)