Skip to content

Commit 1dfaf05

Browse files
committed
fixes
1 parent fcabb70 commit 1dfaf05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The sample project includes completed apps you can run to connect to your AI mod
3030

3131
# [OpenAI](#tab/openai)
3232

33-
1. From a terminal or command prompt, navigate to the `openai\01-HikeBenefitsSummary` directory.
33+
1. From a terminal or command prompt, navigate to the `src\quickstarts\microsoft-extensions-ai\openai\01-HikeBenefitsSummary` directory.
3434

3535
1. Run the following commands to configure your OpenAI API key as a secret for the sample app:
3636

@@ -50,9 +50,9 @@ The sample project includes completed apps you can run to connect to your AI mod
5050
> [!NOTE]
5151
> The Azure OpenAI scenario assumes the use of `azd` to provision an Azure OpenAI resource and configure essential permissions. If you prefer not to use `azd`, you can [provision an Azure OpenAI resource](/azure/ai-services/openai/how-to/create-resource) using another tool such as the Azure portal or Azure CLI.
5252

53-
1. From a terminal or command prompt, navigate to the `azure-openai\01-HikeBenefitsSummary` directory.
53+
1. From a terminal or command prompt, navigate to the `src\quickstarts\microsoft-extensions-ai\azure-openai\01-HikeBenefitsSummary` directory.
5454

55-
1. Run the `azd up` command to provision the Azure OpenAI resource and configure the necessary permissions.
55+
1. Run the `azd up` command to provision the Azure OpenAI resource and configure the necessary permissions. The command may take a few minutes to finish.
5656

5757
```bash
5858
azd up
@@ -135,7 +135,7 @@ Get started with AI by creating a simple .NET 8.0 console chat application to su
135135
136136
# [OpenAI](#tab/openai)
137137
138-
1. From a terminal or command prompt, navigate to the `openai\01-HikeBenefitsSummary` directory.
138+
1. From a terminal or command prompt, navigate to the `src\quickstarts\semantic-kernel\openai\01-HikeBenefitsSummary` directory.
139139
140140
1. Run the following commands to configure your OpenAI API key as a secret for the sample app:
141141
@@ -152,7 +152,7 @@ Get started with AI by creating a simple .NET 8.0 console chat application to su
152152
153153
# [Azure OpenAI](#tab/azure-openai)
154154
155-
1. From a terminal or command prompt, navigate to the `azure-openai\01-HikeBenefitsSummary` directory.
155+
1. From a terminal or command prompt, navigate to the `src\quickstarts\semantic-kernel\azure-openai\01-HikeBenefitsSummary` directory.
156156
157157
1. Run the `azd up` command to provision the Azure OpenAI resource using the [Azure Developer CLI](/developer/azure-developer-cli/overview). `azd` provisions the Azure OpenAI resources and configures permissions for you.
158158

0 commit comments

Comments
 (0)