Skip to content

Commit

Permalink
Rename Model fields
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-menlo committed Nov 19, 2023
1 parent 666a614 commit ef273a7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/openapi/jan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2314,7 +2314,8 @@ paths:
operationId: listModels
tags:
- Models
summary: Lists the currently available models, and provides basic information about each one such as the owner and availability.
summary: List Models
description: Lists the currently available models, and provides basic information about each one such as the owner and availability.
responses:
"200":
description: OK
Expand Down Expand Up @@ -2378,7 +2379,8 @@ paths:
operationId: retrieveModel
tags:
- Models
summary: Retrieves a model instance, providing basic information about the model such as the owner and permissioning.
summary: Retrieve Model
description: Retrieves a model instance, providing basic information about the model such as the owner and permissioning.
parameters:
- in: path
name: model
Expand Down Expand Up @@ -2431,7 +2433,8 @@ paths:
operationId: deleteModel
tags:
- Models
summary: Delete a fine-tuned model. You must have the Owner role in your organization to delete a model.
summary: Delete Model
description: Delete a fine-tuned model. You must have the Owner role in your organization to delete a model.
parameters:
- in: path
name: model
Expand Down

0 comments on commit ef273a7

Please sign in to comment.