Skip to content

Commit 4d38d78

Browse files
authored
Fix typo in inference providers quick start python (#2051)
1 parent 2577222 commit 4d38d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/inference-providers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pip install huggingface_hub
101101
hf auth login # get a read token from hf.co/settings/tokens
102102
```
103103

104-
You can now use the the client with a Python interpreter.
104+
You can now use the client with a Python interpreter.
105105

106106
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).
107107

0 commit comments

Comments
 (0)