Skip to content

Commit 41cbfd0

Browse files
karthikscale3xrmx
andauthored
Update instrumentation/opentelemetry-instrumentation-openai/src/opentelemetry/instrumentation/openai_v2/__init__.py
Co-authored-by: Riccardo Magliocchetti <[email protected]>
1 parent 3bdfd8f commit 41cbfd0

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-openai/src/opentelemetry/instrumentation/openai_v2

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-openai/src/opentelemetry/instrumentation/openai_v2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ def _instrument(self, **kwargs):
7474
)
7575

7676
def _uninstrument(self, **kwargs):
77-
pass
77+
unwrap(openai.resources.chat.completions.Completions, "create")

0 commit comments

Comments
 (0)