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.10.3.tar.gz
(13.9 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.10.3.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.10.3.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96fa7fd2dc856c5c419c9bc445494e407c382803abe9b110448fde658bc2f70e |
|
MD5 | 0fe5485ded9eae991d326096da62079d |
|
BLAKE2b-256 | 163252c44c7327f2aae1b15473e80e45fdd36e0070285056c657a78f39a78be3 |
File details
Details for the file traceloop_sdk-0.10.3-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.10.3-py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23da1df6a2868c1145921e5d6a1eecdc2a0b18dea07bbdeb5989788a18ad59cb |
|
MD5 | 15939e32bc121550f9b2902725cd9e4f |
|
BLAKE2b-256 | 9d1f8e7c0484dccb0ae49c9b47d8e2bae0c2fac7a2b3141d7b1be140967502d3 |