Skip to content

Commit 4df5ff2

Browse files
committed
acrolinx
1 parent a018ac4 commit 4df5ff2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/ai-services/openai/concepts/prompt-transformation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure OpenAI prompt transformation concepts
33
titleSuffix: Azure OpenAI
4-
description: Learn about the prompt transformation feature in Azure OpenAI DALL-E 3, how it works, and why it's needed.
4+
description: Learn about the prompt transformation feature in Azure OpenAI DALL-E 3, how it works, and why it's necessary.
55
author: PatrickFarley
66
ms.author: pafarley
77
ms.service: azure-ai-openai
@@ -14,9 +14,9 @@ manager: nitinme
1414

1515
Prompt transformation is a process in DALL-E 3 image generation that applies a safety and quality system message to your original prompt using a large language model (LLM) call before being sent to the model for image generation. This system message enriches your original prompt with the goal of generating more diverse and higher-quality images, while maintaining intent.
1616

17-
Prompt transformation is applied to all Azure OpenAI DALL-E 3 requests by default. There may be scenarios in which your use case requires a lower level of enrichment. To generate images that use prompts that more closely resemble your original prompt, append this text to your prompt: `I NEED to test how the tool works with extremely simple prompts. DO NOT add any detail, just use it AS-IS:`. This will ensure there is minimal prompt transformation. Evaluating your system behavior with and without this prompt will help you better understand the impact and value of prompt transformation.
17+
Prompt transformation is applied to all Azure OpenAI DALL-E 3 requests by default. There may be scenarios in which your use case requires a lower level of enrichment. To generate images that use prompts that more closely resemble your original prompt, append this text to your prompt: `I NEED to test how the tool works with extremely simple prompts. DO NOT add any detail, just use it AS-IS:`. This ensures there is minimal prompt transformation. Evaluating your system behavior with and without this prompt helps you better understand the impact and value of prompt transformation.
1818

19-
After prompt transformation is applied to the original prompt, content filtering is applied as a secondary step prior to image generation; see [Content filtering](./content-filter.md) for more information.
19+
After prompt transformation is applied to the original prompt, content filtering is applied as a secondary step before image generation; for more information, see [Content filtering](./content-filter.md).
2020

2121
> [!TIP]
2222
> Learn more about image generation prompting in OpenAI's [DALL·E documentation](https://platform.openai.com/docs/guides/images/language-specific-tips).
@@ -37,14 +37,14 @@ Default prompt transformation in Azure OpenAI DALL-E 3 contains safety enhanceme
3737

3838
## How do I use prompt transformation?
3939

40-
Prompt transformation is applied by default to all Azure OpenAI DALL-E 3 requests. No additional setup is required to benefit from prompt transformation enhancements.
40+
Prompt transformation is applied by default to all Azure OpenAI DALL-E 3 requests. No extra setup is required to benefit from prompt transformation enhancements.
4141

42-
Like image generation, prompt transformation is non-deterministic due to the nature of large language models. A single original prompt may lead to a number of image variants.
42+
Like image generation, prompt transformation is non-deterministic due to the nature of large language models. A single original prompt may lead to many image variants.
4343

4444

4545
## View prompt transformations
4646

47-
Your revised or transformed prompt will be visible in the API response object as shown below, in the `revised_prompt` field.
47+
Your revised or transformed prompt is visible in the API response object as shown here, in the `revised_prompt` field.
4848

4949

5050
```json

0 commit comments

Comments
 (0)