Skip to content

Commit 2d71184

Browse files
authored
Replace engine with deployment_id in README (openai#614)
1 parent 19d2444 commit 2d71184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ openai --proxy=http://proxy.com api models.list
217217
### Microsoft Azure Endpoints
218218

219219
In order to use the library with Microsoft Azure endpoints, you need to set the `api_type`, `api_base` and `api_version` in addition to the `api_key`. The `api_type` must be set to 'azure' and the others correspond to the properties of your endpoint.
220-
In addition, the deployment name must be passed as the engine parameter.
220+
In addition, the deployment name must be passed as the `deployment_id` parameter.
221221

222222
```python
223223
import openai

0 commit comments

Comments
 (0)