Skip to content

Commit 61e2575

Browse files
committed
fix
1 parent 42288c9 commit 61e2575

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
@@ -73,7 +73,7 @@ If you are using the OpenAI SDK to develop intelligent applications you can inst
7373
1. Install `azure-ai-projects`, `azure-monitor-opentelemetry`, and `opentelemetry-instrumentation-openai-v2` in your environment. The following example uses `pip`:
7474

7575
```console
76-
pip install azure-ai-projects azure-monitor-opentelemetry-exporter opentelemetry-instrumentation-openai-v2
76+
pip install azure-ai-projects azure-monitor-opentelemetry opentelemetry-instrumentation-openai-v2
7777
```
7878

7979
1. Instrument the OpenAI SDK by using `OpenAIInstrumentor()`:

0 commit comments

Comments
 (0)