Skip to content

Commit 62e9cc1

Browse files
committed
fix heading
1 parent 0c0e5d4 commit 62e9cc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/ai/quickstarts/quickstart-openai-summarize-text.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ Complete the following steps to create a .NET console app to connect to an AI se
8383
8484
:::zone target="docs" pivot="openai"
8585
86+
## Configure the app
87+
8688
1. From a terminal or command prompt, run the following commands to configure your OpenAI API key as a secret for the sample app:
8789
8890
```bash
@@ -98,7 +100,6 @@ Complete the following steps to create a .NET console app to connect to an AI se
98100
99101
:::zone-end
100102
101-
102103
## Add the app code
103104
104105
The app uses the [`Microsoft.SemanticKernel`](https://www.nuget.org/packages/Microsoft.SemanticKernel) package to send and receive requests to the OpenAI service.

0 commit comments

Comments
 (0)