Skip to content

Commit 8731064

Browse files
committed
Update inference providers section with settings link
Renamed the section to 'Inference Providers' and updated the description to include a link to manage provider settings on Hugging Face. This improves clarity and user guidance.
1 parent dcd92dd commit 8731064

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/routes/settings/(nav)/[...model]/+page.svelte

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,14 @@
219219
>
220220
<div>
221221
<div class="text-[13px] font-medium text-gray-800 dark:text-gray-200">
222-
Providers serving this model
222+
Inference Providers
223223
</div>
224224
<p class="text-[12px] text-gray-500 dark:text-gray-400">
225-
Your requests for this model will be routed through one of the available providers.
225+
Providers serving this model. You can enable/disable some providers from <a
226+
class="underline decoration-gray-400 hover:decoration-gray-700 dark:decoration-gray-500 dark:hover:decoration-gray-500"
227+
target="_blank"
228+
href="https://huggingface.co/settings/inference-providers/settings">your settings</a
229+
>.
226230
</p>
227231
</div>
228232
<ul class="mb-0.5 flex flex-wrap gap-2">

0 commit comments

Comments
 (0)