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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The sample project includes completed apps you can run to connect to your AI mod
30
30
31
31
# [OpenAI](#tab/openai)
32
32
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.
34
34
35
35
1. Run the following commands to configure your OpenAI API key as a secret for the sample app:
36
36
@@ -50,9 +50,9 @@ The sample project includes completed apps you can run to connect to your AI mod
50
50
> [!NOTE]
51
51
> 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.
52
52
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.
54
54
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.
56
56
57
57
```bash
58
58
azd up
@@ -135,7 +135,7 @@ Get started with AI by creating a simple .NET 8.0 console chat application to su
135
135
136
136
# [OpenAI](#tab/openai)
137
137
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.
139
139
140
140
1. Run the following commands to configure your OpenAI API key as a secret for the sample app:
141
141
@@ -152,7 +152,7 @@ Get started with AI by creating a simple .NET 8.0 console chat application to su
152
152
153
153
# [Azure OpenAI](#tab/azure-openai)
154
154
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.
156
156
157
157
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.
0 commit comments