Skip to content

Commit 01a7997

Browse files
committed
Updated API Details
1 parent de0f05b commit 01a7997

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ChartGeneratorAISample/ChartGenerator/AIService/AICredentials.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{
33
internal abstract class AICredentials
44
{
5-
internal const string endpoint = "https://mobilemaui.openai.azure.com/";
6-
internal const string deploymentName = "gpt-4o";
7-
internal const string key = "6673b6975f334c79bd0db8a1cd70aa49";
5+
internal const string endpoint = "https://YOUR_ACCOUNT.openai.azure.com/";
6+
internal const string deploymentName = "deployment name";
7+
internal const string key = "API key";
88
}
99
}

0 commit comments

Comments
 (0)