Rename Model fields

This commit is contained in:
Daniel 2023-11-19 19:11:41 +08:00
parent 666a6143cb
commit ef273a7e04

View File

@ -2314,7 +2314,8 @@ paths:
operationId: listModels operationId: listModels
tags: tags:
- Models - 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: responses:
"200": "200":
description: OK description: OK
@ -2378,7 +2379,8 @@ paths:
operationId: retrieveModel operationId: retrieveModel
tags: tags:
- Models - 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: parameters:
- in: path - in: path
name: model name: model
@ -2431,7 +2433,8 @@ paths:
operationId: deleteModel operationId: deleteModel
tags: tags:
- Models - 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: parameters:
- in: path - in: path
name: model name: model