Skip to content

Commit

Permalink
[OpenAI] Update generated autorest (#24788)
Browse files Browse the repository at this point in the history
- Continuation of #24596
  • Loading branch information
mssfang authored Jul 12, 2023
1 parent 018905d commit e994b93
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
{
"name": "deploymentId",
"in": "path",
"description": "deployment id of the deployed model",
"description": "Specifies either the model deployment name (when using Azure OpenAI) or model name (when using non-Azure OpenAI) to use for this request.",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -121,7 +121,7 @@
{
"name": "deploymentId",
"in": "path",
"description": "deployment id of the deployed model",
"description": "Specifies either the model deployment name (when using Azure OpenAI) or model name (when using non-Azure OpenAI) to use for this request.",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -172,7 +172,7 @@
{
"name": "deploymentId",
"in": "path",
"description": "deployment id of the deployed model",
"description": "Specifies either the model deployment name (when using Azure OpenAI) or model name (when using non-Azure OpenAI) to use for this request.",
"required": true,
"type": "string"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
{
"name": "deploymentId",
"in": "path",
"description": "deployment id of the deployed model",
"description": "Specifies either the model deployment name (when using Azure OpenAI) or model name (when using non-Azure OpenAI) to use for this request.",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -121,7 +121,7 @@
{
"name": "deploymentId",
"in": "path",
"description": "deployment id of the deployed model",
"description": "Specifies either the model deployment name (when using Azure OpenAI) or model name (when using non-Azure OpenAI) to use for this request.",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -172,7 +172,7 @@
{
"name": "deploymentId",
"in": "path",
"description": "deployment id of the deployed model",
"description": "Specifies either the model deployment name (when using Azure OpenAI) or model name (when using non-Azure OpenAI) to use for this request.",
"required": true,
"type": "string"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
{
"name": "deploymentId",
"in": "path",
"description": "deployment id of the deployed model",
"description": "Specifies either the model deployment name (when using Azure OpenAI) or model name (when using non-Azure OpenAI) to use for this request.",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -121,7 +121,7 @@
{
"name": "deploymentId",
"in": "path",
"description": "deployment id of the deployed model",
"description": "Specifies either the model deployment name (when using Azure OpenAI) or model name (when using non-Azure OpenAI) to use for this request.",
"required": true,
"type": "string"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
{
"name": "deploymentId",
"in": "path",
"description": "deployment id of the deployed model",
"description": "Specifies either the model deployment name (when using Azure OpenAI) or model name (when using non-Azure OpenAI) to use for this request.",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -121,7 +121,7 @@
{
"name": "deploymentId",
"in": "path",
"description": "deployment id of the deployed model",
"description": "Specifies either the model deployment name (when using Azure OpenAI) or model name (when using non-Azure OpenAI) to use for this request.",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -172,7 +172,7 @@
{
"name": "deploymentId",
"in": "path",
"description": "deployment id of the deployed model",
"description": "Specifies either the model deployment name (when using Azure OpenAI) or model name (when using non-Azure OpenAI) to use for this request.",
"required": true,
"type": "string"
},
Expand Down

0 comments on commit e994b93

Please sign in to comment.