File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
instrumentation-genai/opentelemetry-instrumentation-openai-v2 Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
1313Installation
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
2125References
2226----------
You can’t perform that action at this time.
0 commit comments