From 2b7b518b9e73d9cddb450257e8cb33f6583f84f0 Mon Sep 17 00:00:00 2001 From: 0xSage Date: Sun, 19 Nov 2023 23:34:10 +0800 Subject: [PATCH] docs: fix wordage --- docs/openapi/jan.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/openapi/jan.yaml b/docs/openapi/jan.yaml index ce74ab1d2..252fb3837 100644 --- a/docs/openapi/jan.yaml +++ b/docs/openapi/jan.yaml @@ -2591,12 +2591,12 @@ paths: "created": 1686935002, "owned_by": "openai" } - /models/{model}/cancel: + /models/{model}/stop: post: - operationId: cancelModel + operationId: stopModel tags: - Models - summary: Cancel Model + summary: Stop Model description: Stops a running model. Unloads the model from V/RAM. parameters: - in: path