Skip to content

Commit 5028af1

Browse files
Merge pull request #239346 from mrbullwinkle/mrb_05_25_2023_small_fix
[Azure OpenAI] small formatting fix
2 parents 61cfef8 + f0ac3f7 commit 5028af1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/cognitive-services/openai/how-to/switching-endpoints.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ openai.organization = "..."
7575

7676

7777

78+
7879
```
7980

8081
</td>
@@ -99,7 +100,7 @@ openai.api_version = "2023-05-15" # subject to change
99100

100101
## Keyword argument for model
101102

102-
OpenAI uses the `model` keyword argument to specify what model to use. Azure OpenAI has the concept of [deployments](/azure/cognitive-services/openai/how-to/create-resource?pivots=web-portal#deploy-a-model) and uses the `deployment_id` keyword argument to describe which model deployment to use. Azure OpenAI also supports the use of the `engine` interchangeably with `deployment_id`.
103+
OpenAI uses the `model` keyword argument to specify what model to use. Azure OpenAI has the concept of [deployments](/azure/cognitive-services/openai/how-to/create-resource?pivots=web-portal#deploy-a-model) and uses the `deployment_id` keyword argument to describe which model deployment to use. Azure OpenAI also supports the use of `engine` interchangeably with `deployment_id`.
103104

104105
For OpenAI `engine` still works in most instances, but it's deprecated and `model` is preferred.
105106

0 commit comments

Comments
 (0)