|
219 | 219 | > |
220 | 220 | <div> |
221 | 221 | <divclass="text-[13px] font-medium text-gray-800 dark:text-gray-200"> |
222 | | -Providers serving this model |
| 222 | +Inference Providers |
223 | 223 | </div> |
224 | 224 | <pclass="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 | +>. |
226 | 230 | </p> |
227 | 231 | </div> |
228 | 232 | <ulclass="mb-0.5 flex flex-wrap gap-2"> |
|