Skip to content

Commit 9d42830

Browse files
committed
fixes
1 parent b04b0e8 commit 9d42830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ The `CompleteAsync` function sends the `prompt` to the model to generate a respo
109109
110110
:::code language="csharp" source="./snippets/prompt-completion/extensions-ai/openai/program.cs" range="14-22":::
111111
112-
:::zone-end
113-
114112
Customize the text content of the file or the length of the summary to see the differences in the responses.
115113
114+
:::zone-end
115+
116116
:::zone target="docs" pivot="semantic-kernel"
117117
118118
Get started with AI by creating a simple .NET 8.0 console chat application to summarize text. The application runs locally and uses the OpenAI `gpt-3.5-turbo` model. Follow these steps to get access to OpenAI and learn how to use Semantic Kernel.

0 commit comments

Comments
 (0)