Skip to content

Commit dc25d8f

Browse files
Apply note suggestions from code review
1 parent 432f3d6 commit dc25d8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In order to use the OpenAI SDK, you'll need to set an environment variable with
2929
setx OPENAI_API_KEY <your-api-key>
3030
```
3131

32-
Note that this method works for development on Windows, but you'll want to use a more secure method for production apps and for mobile support (for example: you could store your API key in a secure key vault that a remote service can access on behalf of your app). See [Best practices for OpenAI key safety](https://help.openai.com/articles/5112595-best-practices-for-api-key-safety).
32+
Note that this method works for development on Windows, but you'll want to use a more secure method for production apps and for mobile support. For example, you can store your API key in a secure key vault that a remote service can access on behalf of your app. See [Best practices for OpenAI key safety](https://help.openai.com/articles/5112595-best-practices-for-api-key-safety) for more information.
3333

3434
## Install and initialize the Azure OpenAI SDK
3535

hub/apps/windows-dotnet-maui/tutorial-maui-ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In order to use the OpenAI SDK, you'll need to set an environment variable with
3333
setx OPENAI_API_KEY <your-api-key>
3434
```
3535

36-
Note that this method works for development on Windows, but you'll want to use a more secure method for production apps and for mobile support (for example: you could store your API key in a secure key vault that a remote service can access on behalf of your app). See [Best practices for OpenAI key safety](https://help.openai.com/articles/5112595-best-practices-for-api-key-safety).
36+
Note that this method works for development on Windows, but you'll want to use a more secure method for production apps and for mobile support. For example, you can store your API key in a secure key vault that a remote service can access on behalf of your app. See [Best practices for OpenAI key safety](https://help.openai.com/articles/5112595-best-practices-for-api-key-safety) for more information.
3737

3838
## Create a new .NET MAUI project with the required UI elements
3939

0 commit comments

Comments
 (0)