docs: update DeleteModelResponse
This commit is contained in:
parent
2b49072d30
commit
45c08597fe
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user