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.2.tar.gz
(13.0 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.10.2.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.10.2.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d423fd1e36cb7f02a310b5360350c37af3e0476ddf0ff265a275953a4fe57e8a |
|
MD5 | 919a6ab3944f06da421358d50f15319f |
|
BLAKE2b-256 | b9968bdf4363b804efd7e9adda1cfaa617a6c85a9abdec173c044430c2300bd1 |
File details
Details for the file traceloop_sdk-0.10.2-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.10.2-py3-none-any.whl
- Upload date:
- Size: 16.6 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 | d9dab3f9481dcbf41ddd988ea8e601fe718c1263b097fdf0e3a370c8941275c0 |
|
MD5 | 5a3cbeb9181a020e2b91eb0a79717405 |
|
BLAKE2b-256 | e422d934acdfa01947a85128168341bd82019b8cc200e044d45bdb826717d655 |