Skip to content

Commit 6828741

Browse files
committed
Update title and intro
1 parent f2b730a commit 6828741

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

hub/apps/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ items:
310310
href: windows-dotnet-maui/walkthrough-first-app.md
311311
- name: "Integrate a .NET MAUI app with the Graph SDK"
312312
href: windows-dotnet-maui/tutorial-graph-api.md
313-
- name: "Tutorial: Create a simple AI recommendation app with .NET MAUI"
313+
- name: "Create a recommendation app with .NET MAUI and ChatGPT"
314314
href: windows-dotnet-maui/tutorial-maui-ai.md
315315
- name: "Create a .NET MAUI app with C# Markup"
316316
href: windows-dotnet-maui/tutorial-csharp-ui-maui-toolkit.md

hub/apps/windows-dotnet-maui/tutorial-maui-ai.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Tutorial--Create a simple AI recommendation app with .NET MAUI on Windows
2+
title: Tutorial--Create a simple recommendation app with .NET MAUI and ChatGPT
33
description: In this tutorial, you'll learn how to create a .NET MAUI app for Windows in Visual Studio that calls OpenAI's ChatGPT APIs to provide recommendations based on the user's location.
44
ms.topic: tutorial
55
ms.date: 04/26/2023
66
ms.custom: template-tutorial
77
---
88

9-
# Tutorial: Create a simple AI recommendation app with .NET MAUI on Windows
9+
# Tutorial: Create a simple recommendation app with .NET MAUI and ChatGPT
1010

11-
In this tutorial, you'll learn how to create a .NET MAUI app for Windows in Visual Studio that calls OpenAI's ChatGPT APIs to provide recommendations based on the user's location.
11+
In this tutorial, you'll learn how to create a .NET MAUI app for Windows in Visual Studio that calls OpenAI's ChatGPT APIs to provide recommendations based on the user's location. The app will have a simple UI that allows the user to enter a location and get recommendations for restaurants, hotels, and attractions.
1212

1313
In this tutorial, you learn how to:
1414

1515
> [!div class="checklist"]
1616
> * Create a simple user interface for your .NET MAUI app
1717
> * Reference and bootstrap the ChatGptNet library
18-
> * Link your app to an OpenAI API account
18+
> * Use an API key to link your app to an OpenAI API account
1919
> * Make calls to the ChatGptNet library to get recommendations
2020
2121
## Prerequisites

0 commit comments

Comments
 (0)