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.0.40.tar.gz
(5.9 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.0.40.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.0.40.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.11.1 Darwin/22.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 662abd2a7a5dc87b270ba5b3bc81fe9259447103ccd6479e11ab339aabc1dde5 |
|
MD5 | 7f1754e199507123533ddde3f980cfbf |
|
BLAKE2b-256 | fcf1683672305d319252a4161cead5f90c781adbea96e77f139f33bde3cd3f39 |
File details
Details for the file traceloop_sdk-0.0.40-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.0.40-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.11.1 Darwin/22.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4394ebf2fc1905c6caec259ff5b499017005c31f049d27032fea4aabffd2eeac |
|
MD5 | 7b8cb21ed596b79d049060d7ba940917 |
|
BLAKE2b-256 | 4e8aa6353e499892b08101a8a1c83f4a40bf5b8170889c714a9af45456477cd9 |