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 9dc6814 commit 94b90e3Copy full SHA for 94b90e3
articles/ai-studio/includes/ai-services/code-create-chat-client.md
@@ -26,7 +26,7 @@ import os
26
from azure.ai.inference import ChatCompletionsClient
27
from azure.core.credentials import AzureKeyCredential
28
29
-model = ChatCompletionsClient(
+client = ChatCompletionsClient(
30
endpoint=os.environ["AZUREAI_ENDPOINT_URL"],
31
credential=AzureKeyCredential(os.environ["AZUREAI_ENDPOINT_KEY"]),
32
)
0 commit comments