We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b1b1b commit 055d6e5Copy full SHA for 055d6e5
articles/ai-services/openai/how-to/dall-e.md
@@ -47,7 +47,7 @@ The following command shows the most basic way to use DALL-E with code. If this
47
Send a POST request to:
48
49
```
50
-https://<your_resource_name>.deployments/<your_deployment_name>/images/generations?api-version=<api_version>
+https://<your_resource_name>.openai.azure.com/openai/deployments/<your_deployment_name>/images/generations?api-version=<api_version>
51
52
53
where:
0 commit comments