You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ai/quickstarts/quickstart-openai-summarize-text.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,8 @@ Complete the following steps to create a .NET console app to connect to an AI se
83
83
84
84
:::zone target="docs" pivot="openai"
85
85
86
+
## Configure the app
87
+
86
88
1. From a terminal or command prompt, run the following commands to configure your OpenAI API key as a secret for the sample app:
87
89
88
90
```bash
@@ -98,7 +100,6 @@ Complete the following steps to create a .NET console app to connect to an AI se
98
100
99
101
:::zone-end
100
102
101
-
102
103
## Add the app code
103
104
104
105
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