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.30.0.tar.gz
(18.4 kB
view hashes)
Built Distribution
Close
Hashes for traceloop_sdk-0.30.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8496f76b87de20adc712f5cf08167371372a228ba92a0c78ac340f26af086470 |
|
MD5 | 18974b8f46919195fb2df38565349999 |
|
BLAKE2b-256 | 262ea01e62ec83989c3d6d6ba46a88e33515e383d94b34bcc4999d829c2c314e |