We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f80dc4 commit 1bfd3ddCopy full SHA for 1bfd3dd
src/routes/settings/(nav)/[...model]/+page.svelte
@@ -313,7 +313,9 @@
313
class="mt-3 flex flex-col items-start gap-2.5 rounded-xl border border-gray-200 bg-white px-3 py-3 shadow-sm dark:border-gray-700 dark:bg-gray-800"
314
>
315
<div>
316
- <div class="text-[13px] font-medium text-gray-800 dark:text-gray-200">Providers</div>
+ <div class="text-[13px] font-medium text-gray-800 dark:text-gray-200">
317
+ Inference Providers
318
+ </div>
319
<p class="text-[12px] text-gray-500 dark:text-gray-400">
320
Choose which Inference Provider to use with this model. You can also manage provider
321
preferences in <a
0 commit comments