Skip to content

Commit c672203

Browse files
committed
Acrolinx fixes
1 parent 57e8f89 commit c672203

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Azure AI Foundry enables you to use language models to generate content based on natural language prompts. Often the content that is generated is in the form of natural language text, but increasingly, models can generate other kinds of content.
1+
With Azure AI Foundry, you can use language models to generate content based on natural language prompts. Often the generated content is in the form of natural language text, but increasingly, models can generate other kinds of content.
22

3-
For example, the OpenAI DALL-E image generation model is capable of creating original graphical content based on natural language descriptions of a desired image.
3+
For example, the OpenAI DALL-E image generation model can create original graphical content based on a description of a desired image.
44

55
![Diagram of a prompt requesting a model to create an image.](../media/image-generation.png)
66

7-
The ability to use AI to generate graphics has a number of applications; including the creation of illustrations or photorealistic images for articles or marketing collateral, generation of unique product or company logos, or any scenario where a desired image can be described.
7+
The ability to use AI to generate graphics has many applications; including the creation of illustrations or photorealistic images for articles or marketing collateral, generation of unique product or company logos, or any scenario where a desired image can be described.
88

99
In this module, you'll learn how to develop an application that uses generative AI to generate original images.

learn-pr/wwl-data-ai/generate-images-azure-openai/includes/2-what-is-dall-e.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Azure AI Foundry supports multiple models that are capable of generating images, including (but not limited to):
22

3-
- DALL-E
4-
- GPT-Image-1
3+
- DALL-E 3
4+
- GPT-Image 1
55

66
> [!TIP]
77
> For the latest information about model availability in Azure AI Foundry, view the model catalog. See **[Model catalog and collections in Azure AI Foundry portal](/azure/ai-foundry/how-to/model-catalog-overview?azure-portal=true)** for details.
@@ -16,4 +16,4 @@ This prompt could result in the generation of graphical output such as the follo
1616

1717
![A picture of a squirrel on a motorcycle.](../media/squirrel-on-motorcycle.png)
1818

19-
The images generated are original; they are not retrieved from a curated image catalog. In other words, the model is not a search system for *finding* appropriate images - it is an artificial intelligence (AI) model that *generates* new images based on the data on which it was trained.
19+
The images generated are original; they aren't retrieved from a curated image catalog. In other words, the model isn't a search system for *finding* appropriate images - it is an artificial intelligence (AI) model that *generates* new images based on the data on which it was trained.

learn-pr/wwl-data-ai/generate-images-azure-openai/includes/3-dall-e-in-openai-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To experiment with image generation models, you can create an Azure AI Foundry project (or provision an Azure OpenAI Service resource in an Azure subscription) and use the *Images playground* in Azure AI Foundry portal to submit prompts and view the resulting generated images.
1+
To experiment with image generation models, you can create an Azure AI Foundry project and use the *Images playground* in Azure AI Foundry portal to submit prompts and view the resulting generated images.
22

33
![A screenshot of the Images playground in Azure AI Studio.](../media/images-playground.png)
44

0 commit comments

Comments
 (0)