Skip to content

Commit 34c1678

Browse files
committed
fixes
1 parent ea3afe8 commit 34c1678

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

docs/ai/quickstarts/includes/prerequisites-azure-openai.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ ms.date: 05/22/2024
55
ms.topic: include
66
---
77

8-
## Prerequisites
9-
108
- .NET 8 SDK - [Install the .NET 8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0).
119
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free).
1210
- Azure Developer CLI - [Install or update the Azure Developer CLI](/azure/developer/azure-developer-cli/install-azd).

docs/ai/quickstarts/includes/prerequisites-openai.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ ms.date: 07/03/2024
55
ms.topic: include
66
---
77

8-
## Prerequisites
9-
108
- .NET 8.0 SDK - [Install the .NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0).
119
- An [API key from OpenAI](https://platform.openai.com/docs/quickstart/account-setup) so you can run this sample.
1210
- On Windows, PowerShell `v7+` is required. To validate your version, run `pwsh` in a terminal. It should return the current version. If it returns an error, execute the following command: `dotnet tool update --global PowerShell`.

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Quickstart - Summarize text using an AI chat app with .NET
3-
description: Create a simple chat app using OpenAI and the Semantic Kernel SDK to summarize a text.
3+
description: Create a simple chat app using Microsoft.Extensions.AI and the Semantic Kernel SDK to summarize a text.
44
ms.date: 07/17/2024
55
ms.topic: quickstart
66
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
@@ -16,6 +16,8 @@ zone_pivot_groups: dotnet-ai-library
1616

1717
Get started with AI by creating a simple .NET 8.0 console chat app to summarize text. You'll learn how to use the `Microsoft.Extensions.AI` library to connect to an AI model from a local application. This library provides essential abstractions for integrating AI services into .NET applications and libraries.
1818

19+
## Prerequisites
20+
1921
[!INCLUDE [prerequisites](includes/prerequisites-openai.md)]
2022

2123
## Get the sample project
@@ -24,6 +26,8 @@ Get started with AI by creating a simple .NET 8.0 console chat app to summarize
2426

2527
## Try the hiking benefits sample
2628

29+
The sample project includes completed apps you can run to connect to your AI model of choice:
30+
2731
# [OpenAI](#tab/openai)
2832

2933
1. From a terminal or command prompt, navigate to the `openai\01-HikeBenefitsSummary` directory.
@@ -257,8 +261,6 @@ When you no longer need the sample application or resources, remove the correspo
257261
azd down
258262
```
259263
260-
[!INCLUDE [troubleshoot](includes/troubleshoot.md)]
261-
262264
:::zone-end
263265
264266
## Next steps

0 commit comments

Comments
 (0)