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.2.tar.gz
(14.2 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.12.2.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.12.2.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 | d91426dd98cf23e9888e078466449df95018761dfc283293740f358a9af6e0e7 |
|
MD5 | 1037eddb3bd62ba2a4bc3f7432b5b55a |
|
BLAKE2b-256 | bf591b323e38970f70b55d78384f887df07a909874c78d6fcba837cedb0139bf |
File details
Details for the file traceloop_sdk-0.12.2-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.12.2-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 | 2e6023fd721010754209228535d5cbbd33acf3af26468f9c7cef6de34332b1b0 |
|
MD5 | 11a9faf65265f5f513d10001807a9e4f |
|
BLAKE2b-256 | 847f8239c03222ed7dd30b809fc9d93f74a0e898bc39d228a1b3d7357e720564 |