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

Commit 4530042

Browse files
committed
chore: pulling models APIs
1 parent 5681ec6 commit 4530042

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/static/openapi/cortex.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -329,12 +329,12 @@
329329
}
330330
},
331331
"tags": [
332-
"Models"
332+
"Pulling Models"
333333
]
334334
},
335335
"delete": {
336336
"tags": [
337-
"Running Models"
337+
"Pulling Models"
338338
],
339339
"summary": "Stop model download",
340340
"description": "Stops the download of a model with the corresponding taskId provided in the request body",
@@ -667,7 +667,7 @@
667667
}
668668
},
669669
"tags": [
670-
"Models"
670+
"Pulling Models"
671671
]
672672
}
673673
},
@@ -1367,8 +1367,8 @@
13671367
"description": "These endpoints manage the lifecycle of an Assistant within a conversation thread."
13681368
},
13691369
{
1370-
"name": "Models",
1371-
"description": "These endpoints provide a list and descriptions of all available models within the Cortex framework."
1370+
"name": "Pulling Models",
1371+
"description": "These endpoints handle downloading and importing models."
13721372
},
13731373
{
13741374
"name": "Running Models",
@@ -1402,7 +1402,7 @@
14021402
"Chat",
14031403
"Engines",
14041404
"Events",
1405-
"Models",
1405+
"Pulling Models",
14061406
"Running Models",
14071407
"Processes",
14081408
"Status",

0 commit comments

Comments
 (0)