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.1.6.tar.gz
(10.8 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.1.6.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.1.6.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c8b4a3a8828903bc65e6e6b2c16d44073a61882918acbcf87769c0be2430677 |
|
MD5 | c0400ce14a547b0dea62fa3ebf128970 |
|
BLAKE2b-256 | 1fbded60f50b5ddce151dff25f8e1c28d29eae47bbedbf3b0bf6eb3c5a53a6d2 |
File details
Details for the file traceloop_sdk-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.1.6-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 195d8d54c63da40ad0b8ad7aaafb3b1daa2cf283fa476375aba38e67ebcfc1e2 |
|
MD5 | 8d2545316ccdca62445a9865bce02cbd |
|
BLAKE2b-256 | f69367378bda30902b245dcaaca74e9d2b6bd152d35163a4d09ac4074a127d65 |