Traceloop Software Development Kit (SDK) for Python
Project description
traceloop-sdk
Traceloop’s Python SDK allows you to easily start monitoring and debugging your LLM execution. Tracing is done in a non-intrusive way, built on top of OpenTelemetry. You can choose to export the traces to Traceloop, or to your existing observability stack.
Traceloop.init(app_name="joke_generation_service")
@workflow(name="joke_creation")
def create_joke():
completion = openai.ChatCompletion.create(
model="gpt-3.5-turbo",
messages=[{"role": "user", "content": "Tell me a joke about opentelemetry"}],
)
return completion.choices[0].message.content
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
traceloop_sdk-0.3.6.tar.gz
(12.1 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.3.6.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.3.6.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94b93a5ba81ada91a7fc06e1e1fd6cfa20e90b3325ea4da4efb3bf64cf3a473b |
|
MD5 | 816c988620504fc54a2afe5eb248818d |
|
BLAKE2b-256 | 989585d27063e5ebb18cf1c02f2065436bfb7cacadef4f0840cd11726ae3bdda |
File details
Details for the file traceloop_sdk-0.3.6-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.3.6-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b6692676e38e9ab9e351bbded7be9f5d7b69d6ae638f89ef29704206a1b4134 |
|
MD5 | b99d3b9665ed431e003052c92134afbb |
|
BLAKE2b-256 | efdf83ffad735ce2d2d17eed6a5860be86652b7a11681047c13ec14a1959f909 |