Skip to content

Commit 0d645fc

Browse files
committed
add name, version, and schema to config yaml
1 parent 0e291f0 commit 0d645fc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/customize/model-providers/top-level/huggingfaceinference.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ You can access your access token from [Hugging Face](https://huggingface.co/sett
1616

1717
<Tabs>
1818
<Tab title="YAML">
19-
```yaml title="config.yaml"
19+
```yaml title="config.yaml"
20+
name: My Config
21+
version: 0.0.1
22+
schema: v1
23+
2024
models:
2125
- name: deepseek
2226
provider: huggingface-inference-providers
@@ -55,6 +59,10 @@ Before you can use Inference Endpoints, you need to create an endpoint. You can
5559
<Tabs>
5660
<Tab title="YAML">
5761
```yaml title="config.yaml"
62+
name: My Config
63+
version: 0.0.1
64+
schema: v1
65+
5866
models:
5967
- name: deepseek
6068
provider: huggingface-inference-endpoints

0 commit comments

Comments
 (0)