Skip to content

Commit 60ee275

Browse files
authored
docs: fix google genai import in README (#1605)
1 parent 076bb79 commit 60ee275

File tree

1 file changed

+1
-1
lines changed
  • python/instrumentation/openinference-instrumentation-google-genai

1 file changed

+1
-1
lines changed

python/instrumentation/openinference-instrumentation-google-genai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ phoenix serve
3131
Instrumenting `genai` is simple.
3232

3333
```python
34-
from openinference.instrumentation.google-genai import GoogleGenAIInstrumentor
34+
from openinference.instrumentation.google_genai import GoogleGenAIInstrumentor
3535
from opentelemetry.exporter.otlp.proto.grpc.trace_exporter import OTLPSpanExporter
3636
from opentelemetry.sdk.trace import TracerProvider
3737
from opentelemetry.sdk.trace.export import SimpleSpanProcessor

0 commit comments

Comments
 (0)