Skip to content

Commit c538688

Browse files
committed
up.
1 parent 5707b56 commit c538688

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

inference-providers-featherless-groq.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ Take advantage of Groq for fast AI inference performance for leading openly-avai
3636

3737
We're quite excited to see what you'll build with those new providers!
3838

39-
Read more about how to use Featherless as Inference Provider in its dedicated [documentation page](https://huggingface.co/docs/inference-providers/providers/featherless-ai).
40-
Read more about how to use Groq as Inference Provider in its dedicated [documentation page](https://huggingface.co/docs/inference-providers/providers/groq).
39+
Learn more about using [Featherless AI](https://huggingface.co/docs/inference-providers/providers/featherless-ai) and [Groq](https://huggingface.co/docs/inference-providers/providers/groq) as Inference Providers in their dedicated documentation.
4140

4241
## How it works
4342

@@ -94,7 +93,6 @@ completion = client.chat.completions.create(
9493

9594
print(completion.choices[0].message)
9695
```
97-
9896
#### from JS using @huggingface/inference
9997

10098
The following example shows how to use Qwen QWQ-32B using Groq as the inference provider. You can use a [Hugging Face token](https://huggingface.co/settings/tokens) for automatic routing through Hugging Face, or your own Groq cloud API key if you have one.
@@ -132,4 +130,5 @@ We also provide free inference with a small quota for our signed-in free users,
132130

133131
## Feedback and next steps
134132

135-
We would love to get your feedback! Here’s a Hub discussion you can use: https://huggingface.co/spaces/huggingface/HuggingDiscussions/discussions/49
133+
We would love to get your feedback! Provide your thoughts/ comments here: https://huggingface.co/spaces/huggingface/HuggingDiscussions/discussions/49
134+

0 commit comments

Comments
 (0)