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 14b5ef7 commit f65661eCopy full SHA for f65661e
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="7 8 9 11 12 13" %}
+{% highlight C# tabtitle="Blazor Server App" hl_lines="3 23" %}
83
84
using Microsoft.Extensions.AI;
85
using OpenAI;
0 commit comments