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 4d12b37 commit 0d18296Copy full SHA for 0d18296
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