Skip to content

Commit

Permalink
docs: No subject (GITBOOK-899)
Browse files Browse the repository at this point in the history
  • Loading branch information
arizedatngo authored and gitbook-bot committed Oct 15, 2024
1 parent 3b56ecd commit 842846a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/tracing/integrations-tracing/openai.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ px.launch_app()
```python
from phoenix.otel import register

register(
tracer_provider = register(
project_name="my-llm-app", # Default is 'default'
)
```
Expand Down Expand Up @@ -153,7 +153,6 @@ Initialize the OpenAIInstrumentor before your application code:
```python
from openinference.instrumentation.openai import OpenAIInstrumentor

tracer_provider = register()
OpenAIInstrumentor().instrument(tracer_provider=tracer_provider)
```

Expand Down

0 comments on commit 842846a

Please sign in to comment.