Skip to content
Merged
Show file tree
Hide file tree
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can access the Hugging Face Hub documentation in the `docs` folder at [hf.co

For some related components, check out the [Hugging Face Hub JS repository](https://github.com/huggingface/huggingface.js)
- Utilities to interact with the Hub: [huggingface/huggingface.js/packages/hub](https://github.com/huggingface/huggingface.js/tree/main/packages/hub)
- Hub Widgets: [huggingface/huggingface.js/packages/widgets](https://github.com/huggingface/huggingface.js/tree/main/packages/widgets)
- Hub Inference, powered by our Inference Providers: [huggingface/huggingface.js/packages/inference](https://github.com/huggingface/huggingface.js/tree/main/packages/inference)
- Hub Tasks (as visible on the page [hf.co/tasks](https://hf.co/tasks)): [huggingface/huggingface.js/packages/tasks](https://github.com/huggingface/huggingface.js/tree/main/packages/tasks)

### How to contribute to the docs
Expand Down
11 changes: 0 additions & 11 deletions docs/TODOs.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/inference-providers/_redirects.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
quicktour: index
detailed_parameters: tasks/index
parameters: tasks/index
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

parallelism: index
usage: index
faq: index
Expand Down
2 changes: 1 addition & 1 deletion docs/inference-providers/pricing.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can track your spending on your [billing page](https://huggingface.co/settin

<Tip>

Hugging Face charges you the same rates as the provider, with no additional fees.
Hugging Face charges you the same rates as the provider, with no additional fees. We just pass through the provider costs directly.

</Tip>

Expand Down