Skip to content

Commit 0d18296

Browse files
committed
update
1 parent 4d12b37 commit 0d18296

File tree

1 file changed

+1
-1
lines changed
  • articles/ai-foundry/openai/includes/language-overview

1 file changed

+1
-1
lines changed

articles/ai-foundry/openai/includes/language-overview/dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ChatClient client = new(
7777
credential: new ApiKeyCredential(keyFromEnvironment),
7878
options: new OpenAIClientOptions() {
7979

80-
Endpoint = new Uri("https://france-central-test-001.openai.azure.com/openai/v1")
80+
Endpoint = new Uri("https://YOUR-RESOURCE-NAME.openai.azure.com/openai/v1")
8181
}
8282
);
8383

0 commit comments

Comments
 (0)