Skip to content

Commit

Permalink
Update instrumentation/opentelemetry-instrumentation-openai/src/opent…
Browse files Browse the repository at this point in the history
…elemetry/instrumentation/openai_v2/__init__.py

Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
  • Loading branch information
karthikscale3 and xrmx authored Oct 9, 2024
1 parent 3bdfd8f commit 41cbfd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ def _instrument(self, **kwargs):
)

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

0 comments on commit 41cbfd0

Please sign in to comment.