Skip to content

Commit 7f2ddb4

Browse files
committed
Fix call to get_azure_openai_client
1 parent f8b905c commit 7f2ddb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/how-to/develop/trace-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ When developing with the OpenAI SDK, you can instrument your code so traces are
116116
1. Use the OpenAI SDK as usual:
117117

118118
```python
119-
client = project_client.get_azure_openai_client()
119+
client = project_client.inference.get_azure_openai_client()
120120

121121
response = client.chat.completions.create(
122122
model="deepseek-v3-0324",

0 commit comments

Comments
 (0)