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.12.0.tar.gz
(14.2 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.12.0.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.12.0.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6765e0c7d24baeba7df9e1c93738a22e8ac90076b554e7af65eae854ea3aa23b |
|
MD5 | 2176f638f22297346629fb904ab463b2 |
|
BLAKE2b-256 | 23d528d67063bdc346e524c15340f4f74af8bf7860518b560e4abf611c67ac2b |
File details
Details for the file traceloop_sdk-0.12.0-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.12.0-py3-none-any.whl
- Upload date:
- Size: 18.1 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 | 1547af606506eb8afbca66c081fbffaaceab3789b955c09bf04fddf3e82e885a |
|
MD5 | 30ee7d560515cb0b7adfde6a7635600f |
|
BLAKE2b-256 | 8064321c174907cc9deb596bbc6589afa6cf025f0ae56c72e3952ad5f6b07a52 |