We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65661e commit bde3e42Copy full SHA for bde3e42
MAUI/Common/configure-ai-service.md
@@ -79,7 +79,7 @@ Install-Package Microsoft.Extensions.AI.OpenAI
79
* To configure the AI service, add the following settings to the **MauiProgram.cs** file in your app.
80
81
{% tabs %}
82
-{% highlight C# tabtitle="Blazor Server App" hl_lines="3 23" %}
+{% highlight C# tabtitle="MauiProgram" hl_lines="3 23" %}
83
84
using Microsoft.Extensions.AI;
85
using OpenAI;
0 commit comments