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.62.tar.gz
(10.4 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.0.62.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.0.62.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.11.1 Darwin/23.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | efabfa382208980f8d6c3eaaedd6fc5cf6e20a59283a6a3e2dd3200dad72638c |
|
MD5 | e8cd17bb6aa28e248e31b48787bef357 |
|
BLAKE2b-256 | daeebb518c4a1fe02e9ec71b1b1190d13f33850497d70e0fb7855811940e3484 |
File details
Details for the file traceloop_sdk-0.0.62-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.0.62-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.11.1 Darwin/23.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a30117ef26d1fa25637d8cbfe2378aaa22266445de5944902552221c6b6b9e8d |
|
MD5 | 9cf17912cb3260173cae68116d6b7b14 |
|
BLAKE2b-256 | ee487eda13a2c27783bd5a35e61e2eac3e480dad11193918eac939db90f86c07 |