Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 546553d

Browse files
committed
chore: API docs
1 parent ea16986 commit 546553d

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/static/openapi/cortex.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1810,6 +1810,10 @@
18101810
"no_proxy": {
18111811
"type": "string",
18121812
"example": "localhost"
1813+
},
1814+
"huggingface_token": {
1815+
"type": "string",
1816+
"example": "your_token"
18131817
}
18141818
}
18151819
},
@@ -1826,7 +1830,8 @@
18261830
"verify_proxy_host_ssl": false,
18271831
"verify_peer_ssl": false,
18281832
"verify_host_ssl": false,
1829-
"no_proxy": "localhost"
1833+
"no_proxy": "localhost",
1834+
"huggingface_token": "your_token"
18301835
}
18311836
}
18321837
}
@@ -1896,6 +1901,11 @@
18961901
"type": "string",
18971902
"description": "List of hosts that should not be proxied.",
18981903
"example": "localhost"
1904+
},
1905+
"huggingface_token": {
1906+
"type": "string",
1907+
"description": "HuggingFace token to pull models.",
1908+
"example": "your_token"
18991909
}
19001910
}
19011911
}
@@ -1958,6 +1968,10 @@
19581968
"no_proxy": {
19591969
"type": "string",
19601970
"example": "localhost"
1971+
},
1972+
"huggingface_token": {
1973+
"type": "string",
1974+
"example": "your_token"
19611975
}
19621976
}
19631977
},

0 commit comments

Comments
 (0)