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.0.44.tar.gz
(5.9 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.0.44.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.0.44.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.11.1 Darwin/22.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33241ccbc11c270367a7cfd4a9e49e44be38cd88184f588a0550b7ba4cd561df |
|
MD5 | 61386e67b045320cade9eaadc1bff064 |
|
BLAKE2b-256 | d3e45e16152a9fd6f0bfb2c3ac07e9aeae1f96ff0a9339890f25289cd2d41dbb |
File details
Details for the file traceloop_sdk-0.0.44-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.0.44-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.11.1 Darwin/22.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6cd99303afd4113c3c3ebc514edcbc647b719058dd3d65a826c376279453ae1 |
|
MD5 | 19a0943459729f936a84c042c9f41bb1 |
|
BLAKE2b-256 | a34212cecf18508e72af689dc005094fb668e304515deebc69b398755bf36efb |