Skip to content

Commit 9d632e3

Browse files
committed
Remove commented guide text
1 parent 2adf9e7 commit 9d632e3

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

hub/apps/windows-dotnet-maui/dall-e-maui-windows.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,10 @@ In this quickstart, we'll demonstrate how to integrate DALL-E's image generation
2020
- An OpenAI API key from your [OpenAI developer dashboard](https://platform.openai.com/api-keys) assigned to the `openAIKey` variable in your project.
2121
- An [Azure.AI.OpenAI](https://www.nuget.org/packages/Azure.AI.OpenAI/) NuGet package installed in your project. If you've followed along with the .NET MAUI ChatGPT tutorial, you will have this dependency installed and configured.
2222

23-
<!-- Use this exact H2 -->
2423
## What problem will we solve?
2524

2625
You want to add DALL-E's image generation capabilities to your .NET MAUI Windows desktop app to provide users with a rich, interactive experience. They can already use the app to generate text-based recommendations, and you want to add the ability to generate images that visualize an activity in the location they have entered.
2726

28-
<!--
29-
30-
Present the demonstration in a series of H2s.
31-
32-
Each H2 should describe either what they'll do in the step or which part of the problem the step solves.
33-
34-
* Each H2 should be a major step in the demonstration
35-
* The H2 title should describe either what they'll do in the step or which part of the problem the step solves
36-
* Phrase each H2 title as "<verb> * <noun>".
37-
* Don't start with a gerund.
38-
* Don't number the H2s.
39-
* Begin each H2 with a brief explanation for context
40-
* Provide a numbered list of procedural steps as applicable
41-
* Provide a code block, diagram, or screenshot if appropriate
42-
* An image, code block, or other graphical element comes after numbered step it illustrates.
43-
44-
-->
4527
## Install and initialize the Azure OpenAI SDK
4628

4729
In this section, we'll install the SDK into the .NET MAUI project and initialize it with your OpenAI API key.

0 commit comments

Comments
 (0)