Skip to content

Commit

Permalink
docs: update DeleteModelResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHieu01 committed Jan 24, 2024
1 parent 2b49072 commit 45c0859
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/openapi/specs/models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,18 @@ components:
DeleteModelResponse:
type: object
properties:
message:
example: Not found
id:
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:
type: object
properties:
Expand Down

0 comments on commit 45c0859

Please sign in to comment.