From 7af924e9047b1840551b0327ba1f300ec5723249 Mon Sep 17 00:00:00 2001 From: Franck Abgrall Date: Thu, 13 Nov 2025 16:31:20 +0100 Subject: [PATCH] Fix typo in inference providers quick start python --- docs/inference-providers/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/inference-providers/index.md b/docs/inference-providers/index.md index bc723d669..42f8a8013 100644 --- a/docs/inference-providers/index.md +++ b/docs/inference-providers/index.md @@ -101,7 +101,7 @@ pip install huggingface_hub hf auth login # get a read token from hf.co/settings/tokens ``` -You can now use the the client with a Python interpreter. +You can now use the client with a Python interpreter. By default, our system automatically routes your request to the first available provider for the specified model, following your preference order in [Inference Provider settings](https://hf.co/settings/inference-providers).