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 de0f05b commit 01a7997Copy full SHA for 01a7997
ChartGeneratorAISample/ChartGenerator/AIService/AICredentials.cs
@@ -2,8 +2,8 @@
2
{
3
internal abstract class AICredentials
4
5
- internal const string endpoint = "https://mobilemaui.openai.azure.com/";
6
- internal const string deploymentName = "gpt-4o";
7
- internal const string key = "6673b6975f334c79bd0db8a1cd70aa49";
+ internal const string endpoint = "https://YOUR_ACCOUNT.openai.azure.com/";
+ internal const string deploymentName = "deployment name";
+ internal const string key = "API key";
8
}
9
0 commit comments