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.11.0.tar.gz
(14.0 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.11.0.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.11.0.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00fb766399fbf6b8919d7186f1f715a3d690e07017b40c2ebdfe1fc2802e4e81 |
|
MD5 | b06f0b6edbf4d2d8b5da3eb739eb1700 |
|
BLAKE2b-256 | a1d3d0da4065258d0062fb3a839099cda8a60da0d52409372cb1fb83b2353e35 |
File details
Details for the file traceloop_sdk-0.11.0-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.11.0-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9205a4f81d27e85cd0784bc56b548963bc48d56ebcf72d26c97417d29480b692 |
|
MD5 | bb73e99d05f581a5457b2ad1c4a7c45e |
|
BLAKE2b-256 | ceb7c47b4f946f90d113860926d16442b2ddbfc6fcd1f0e224bde2e75b66b808 |