Skip to content

Commit

Permalink
chore: update set default engine docs (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
namchuai authored Dec 16, 2024
1 parent c7982ae commit bb97612
Showing 1 changed file with 23 additions and 18 deletions.
41 changes: 23 additions & 18 deletions docs/static/openapi/cortex.json
Original file line number Diff line number Diff line change
Expand Up @@ -2522,26 +2522,31 @@
"default": "llama-cpp"
},
"description": "The type of engine"
},
{
"name": "version",
"in": "query",
"required": true,
"schema": {
"type": "string"
},
"description": "The version of the engine variant"
},
{
"name": "variant",
"in": "query",
"required": true,
"schema": {
"type": "string"
},
"description": "The variant of the engine"
}
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"type": "object",
"required": ["version", "variant"],
"properties": {
"version": {
"type": "string",
"description": "The version of the engine variant",
"example": "0.1.34"
},
"variant": {
"type": "string",
"description": "The variant of the engine",
"example": "mac-arm64"
}
}
}
}
}
},
"responses": {
"200": {
"description": "Successful response",
Expand Down

0 comments on commit bb97612

Please sign in to comment.