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.
2 parents 8783028 + 0d18296 commit 13c3c4aCopy full SHA for 13c3c4a
articles/ai-foundry/openai/includes/language-overview/dotnet.md
@@ -77,7 +77,7 @@ ChatClient client = new(
77
credential: new ApiKeyCredential(keyFromEnvironment),
78
options: new OpenAIClientOptions() {
79
80
- Endpoint = new Uri("https://france-central-test-001.openai.azure.com/openai/v1")
+ Endpoint = new Uri("https://YOUR-RESOURCE-NAME.openai.azure.com/openai/v1")
81
}
82
);
83
0 commit comments