Skip to content

Commit 91d97e1

Browse files
link from package
Signed-off-by: Adrian Cole <[email protected]>
1 parent 6e3a92b commit 91d97e1

File tree

1 file changed

+6
-2
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-openai-v2

1 file changed

+6
-2
lines changed

instrumentation-genai/opentelemetry-instrumentation-openai-v2/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,21 @@ OpenTelemetry OpenAI Instrumentation
66
.. |pypi| image:: https://badge.fury.io/py/opentelemetry-instrumentation-openai-v2.svg
77
:target: https://pypi.org/project/opentelemetry-instrumentation-openai-v2/
88

9-
Instrumentation with OpenAI that supports the OpenAI library and is
10-
specified to trace_integration using 'OpenAI'.
9+
This library allows tracing LLM requests and logging of messages made by the
10+
`OpenAI Python API library <https://pypi.org/project/openai/>`_.
1111

1212

1313
Installation
1414
------------
1515

16+
If your application is already instrumented with OpenTelemetry, add this
17+
package to your requirements.
1618
::
1719

1820
pip install opentelemetry-instrumentation-openai-v2
1921

22+
If you don't have an OpenAI application, yet, try our `example <example>`_
23+
which only needs a valid OpenAI API key.
2024

2125
References
2226
----------

0 commit comments

Comments
 (0)