Skip to content

Commit cf5dfc6

Browse files
committed
Update README.md
1 parent 084abaf commit cf5dfc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/inference/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 🤗 Hugging Face Inference
22

3-
A Typescript powered wrapper for the HF Inference API (serverless), Inference Endpoints (dedicated), and third-party Inference Providers.
4-
It works with [Inference API (serverless)](https://huggingface.co/docs/api-inference/index) and [Inference Endpoints (dedicated)](https://huggingface.co/docs/inference-endpoints/index), and even with supported third-party Inference Providers.
3+
A Typescript powered wrapper for the HF Inference API (serverless), Inference Endpoints (dedicated), and all supported Inference Providers.
4+
It works with [Inference API (serverless)](https://huggingface.co/docs/api-inference/index) and [Inference Endpoints (dedicated)](https://huggingface.co/docs/inference-endpoints/index), and even with all supported third-party Inference Providers.
55

66
Check out the [full documentation](https://huggingface.co/docs/huggingface.js/inference/README).
77

@@ -42,7 +42,7 @@ const hf = new InferenceClient('your access token')
4242

4343
Your access token should be kept private. If you need to protect it in front-end applications, we suggest setting up a proxy server that stores the access token.
4444

45-
### Third-party inference providers
45+
### All supported inference providers
4646

4747
You can send inference requests to third-party providers with the inference client.
4848

0 commit comments

Comments
 (0)