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.9.tar.gz
(10.9 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.1.9.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.1.9.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7989573d5a264d8ae5826af53acc5bba31897025d7b4d5e1f3ab602febb7d2d |
|
MD5 | b84b07723502a4a8578ed0be538cf271 |
|
BLAKE2b-256 | d0e0d3a07e7667337321966f6a53ff1419abd793aaff9ecf39775505c3b8b669 |
File details
Details for the file traceloop_sdk-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.1.9-py3-none-any.whl
- Upload date:
- Size: 14.0 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 | af4578258a13dcaac24f3a74c3d65397e5b7149cbbd884dc36a13f6bd7208ab9 |
|
MD5 | 9e0d2e50c2c5a53f49cd184b5061eb3a |
|
BLAKE2b-256 | 90fceea62bc4120aa7f64e17b13434dada104496603daee24441035e1bdc42ca |