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.9.3.tar.gz
(12.9 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.9.3.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.9.3.tar.gz
- Upload date:
- Size: 12.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 | dc66ee12a248eeb292ef85843fdc6300d0b1abdd10884413b9c6713832bcf7db |
|
MD5 | 874103d415a19806e14075c758d65190 |
|
BLAKE2b-256 | 7152a865ce901951f5201da24334b1278104b1b370b18ce9595ea9035a6c3a0e |
File details
Details for the file traceloop_sdk-0.9.3-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.9.3-py3-none-any.whl
- Upload date:
- Size: 16.5 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 | a923229d48309816d8995eb1f6775aa7f86aa2cd9a5de7a53d36be851f5352c4 |
|
MD5 | 0066b22a0c1ed341965685096631f993 |
|
BLAKE2b-256 | c0cdee5e715aa9dc592018774bad2bb52cf71303a67b6f2374ed638257dd3b18 |