Skip to content

Commit ddad903

Browse files
authored
[Inference Providers] top-message + document _id field (#1857)
* top-message + document _id field * reword
1 parent 8329bcb commit ddad903

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/inference-providers/register-as-a-provider.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
<Tip>
44

5-
Want to be listed as an Inference Provider on the Hugging Face Hub? Please reach out to us on social networks or [here on the Hub](https://huggingface.co/spaces/huggingface/HuggingDiscussions/discussions/49).
5+
-Want to be listed as an Inference Provider on the Hugging Face Hub? Let's get in touch!
6+
7+
Please reach out to us on social networks or [here on the Hub](https://huggingface.co/spaces/huggingface/HuggingDiscussions/discussions/49).
68

79
</Tip>
810

@@ -213,7 +215,7 @@ The output of this route is a mapping ID that you can later use to update the ma
213215
DELETE /api/partners/{provider}/models/{mapping ID}
214216
```
215217

216-
Where `mapping ID` is the mapping's id obtained upon creation.
218+
Where `mapping ID` is the mapping's `_id` field obtained upon creation.
217219
You can also retrieve it from the [list API endpoint](#list-the-whole-mapping).
218220

219221
### Update a mapping item's status
@@ -232,7 +234,7 @@ With the following body (JSON-encoded):
232234
}
233235
```
234236

235-
Where `mapping ID` is the mapping's id obtained upon creation.
237+
Where `mapping ID` is the mapping's `_id` field obtained upon creation.
236238
You can also retrieve it from the [list API endpoint](#list-the-whole-mapping).
237239

238240
### List the whole mapping

0 commit comments

Comments
 (0)