Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/inference-providers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down