Skip to content

Commit 432f3d6

Browse files
alvinashcraftEilon
andauthored
Apply suggestions from code review
Co-authored-by: Eilon Lipton <[email protected]>
1 parent 9bc93c9 commit 432f3d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hub/apps/how-tos/chatgpt-openai-winui3.md

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

50-
Note that this method works well for development, but you'll want to use a more secure method for production apps (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/en/articles/5112595-best-practices-for-api-key-safety).
50+
Note that this method works well for development, but you'll want to use a more secure method for production apps (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).
5151

5252

5353
## Install the OpenAI SDK

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/en/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 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).
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/en/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 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).
3737

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

0 commit comments

Comments
 (0)