From 2691cfc2cdfee4d7cb7febf9d369b60b1ed265d5 Mon Sep 17 00:00:00 2001 From: vansangpfiev Date: Mon, 4 Nov 2024 17:01:27 +0700 Subject: [PATCH] chore: models update --- docs/static/openapi/cortex.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/static/openapi/cortex.json b/docs/static/openapi/cortex.json index 1d2b87656..78e15f820 100644 --- a/docs/static/openapi/cortex.json +++ b/docs/static/openapi/cortex.json @@ -3538,11 +3538,6 @@ "UpdateModelDto": { "type": "object", "properties": { - "model": { - "type": "string", - "description": "Unique model identifier used for request construction.", - "example": "tinyllama:1b-gguf" - }, "files": { "type": "array", "description": "List of file paths associated with the model. Can be relative or absolute.",