You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ await uploadFile({
27
27
}
28
28
});
29
29
30
-
// Use HF Inference API, or external Inference Providers!
30
+
// Use all supported Inference Providers!
31
31
32
32
awaitinference.chatCompletion({
33
33
model: "meta-llama/Llama-3.1-8B-Instruct",
@@ -55,7 +55,7 @@ await inference.textToImage({
55
55
56
56
This is a collection of JS libraries to interact with the Hugging Face API, with TS types included.
57
57
58
-
-[@huggingface/inference](packages/inference/README.md): Use HF Inference API (serverless), Inference Endpoints (dedicated) and all supported Inference Providers to make calls to 100,000+ Machine Learning models
58
+
-[@huggingface/inference](packages/inference/README.md): Use all supported (serverless) Inference Providers or switch to Inference Endpoints (dedicated) to make calls to 100,000+ Machine Learning models
59
59
-[@huggingface/hub](packages/hub/README.md): Interact with huggingface.co to create or delete repos and commit / download files
60
60
-[@huggingface/agents](packages/agents/README.md): Interact with HF models through a natural language interface
61
61
-[@huggingface/gguf](packages/gguf/README.md): A GGUF parser that works on remotely hosted files.
@@ -128,18 +128,18 @@ import { InferenceClient } from "@huggingface/inference";
0 commit comments