Skip to content

Commit 08603ee

Browse files
Updated review corrections
1 parent a80c0b4 commit 08603ee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

MAUI/Maps/AI-driven-smart-location-search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Once you get your key and endpoint, follow these steps:
2121

2222
### Step 1: Set up Azure OpenAI
2323

24-
To configure Azure OpenAI, we’ll use the GPT-4O model for text and the DALL-E model for images. Set up the OpenAIClient as shown in the following code example.
24+
To configure Azure OpenAI, we’ll use the GPT-4O model for text and the DALL-E model for images. Set up the `OpenAIClient` as shown in the following code example.
2525

2626
{% tabs %}
2727

@@ -66,7 +66,7 @@ This connection allows you to send prompts to the model and receive responses, w
6666

6767
### Step 3: Get the result from the AI service
6868

69-
Implement the GetResultsFromAI and GetImageFromAI methods to retrieve responses from the OpenAI API based on user input.
69+
Implement the `GetResultsFromAI` and `GetImageFromAI` methods to retrieve responses from the OpenAI API based on user input.
7070

7171
{% tabs %}
7272

maui-toc.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,7 @@
855855
<li><a href="/maui/Maps/shape-sublayer">Shape sublayer</a></li>
856856
<li><a href="/maui/Maps/tile-layer">Tile layer</a></li>
857857
<li><a href="/maui/Maps/zoom-pan">Zooming and Panning</a></li>
858+
<li><a href="/maui/Maps/AI-driven-smart-location-search">AI driven smart location search</a></li>
858859
<li>
859860
Vector layer
860861
<ul>

0 commit comments

Comments
 (0)