docs: update DeleteModelResponse

This commit is contained in:
hieu-jan 2024-01-24 10:52:48 +09:00
parent 2b49072d30
commit 45c08597fe

View File

@ -190,8 +190,18 @@ components:
DeleteModelResponse: DeleteModelResponse:
type: object type: object
properties: properties:
message: id:
example: Not found type: string
description: The identifier of the model that was deleted.
example: mistral-ins-7b-q4
object:
type: string
description: Type of the object, indicating it's a model.
default: model
deleted:
type: boolean
description: Indicates whether the model was successfully deleted.
example: true
StartModelResponse: StartModelResponse:
type: object type: object
properties: properties: