openlit 1.29.2__py3-none-any.whl → 1.29.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
openlit/__init__.py
CHANGED
@@ -350,7 +350,8 @@ def get_prompt(url=None, name=None, api_key=None, prompt_id=None,
|
|
350
350
|
'version': version,
|
351
351
|
'shouldCompile': should_compile,
|
352
352
|
'variables': variables,
|
353
|
-
'metaProperties': meta_properties
|
353
|
+
'metaProperties': meta_properties,
|
354
|
+
'source': 'python-sdk'
|
354
355
|
}
|
355
356
|
|
356
357
|
# Remove None values from payload
|
@@ -401,6 +402,7 @@ def get_secrets(url=None, api_key=None, key=None, tags=None, should_set_env=None
|
|
401
402
|
payload = {
|
402
403
|
'key': key,
|
403
404
|
'tags': tags,
|
405
|
+
'source': 'python-sdk'
|
404
406
|
}
|
405
407
|
|
406
408
|
# Remove None values from payload
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: openlit
|
3
|
-
Version: 1.29.
|
3
|
+
Version: 1.29.3
|
4
4
|
Summary: OpenTelemetry-native Auto instrumentation library for monitoring LLM Applications and GPUs, facilitating the integration of observability into your GenAI-driven projects
|
5
5
|
Home-page: https://github.com/openlit/openlit/tree/main/openlit/python
|
6
6
|
Keywords: OpenTelemetry,otel,otlp,llm,tracing,openai,anthropic,claude,cohere,llm monitoring,observability,monitoring,gpt,Generative AI,chatGPT,gpu
|
@@ -1,5 +1,5 @@
|
|
1
1
|
openlit/__helpers.py,sha256=H-8uJKs_CP9Y2HL4lz5n0AgN60wwZ675hlWHMDO143A,5936
|
2
|
-
openlit/__init__.py,sha256=
|
2
|
+
openlit/__init__.py,sha256=2tsUq6WYudGEYaEOKpRv4absxS-4ElTbbvV_J7QyFKg,19380
|
3
3
|
openlit/evals/__init__.py,sha256=nJe99nuLo1b5rf7pt9U9BCdSDedzbVi2Fj96cgl7msM,380
|
4
4
|
openlit/evals/all.py,sha256=oWrue3PotE-rB5WePG3MRYSA-ro6WivkclSHjYlAqGs,7154
|
5
5
|
openlit/evals/bias_detection.py,sha256=mCdsfK7x1vX7S3psC3g641IMlZ-7df3h-V6eiICj5N8,8154
|
@@ -72,7 +72,7 @@ openlit/instrumentation/vllm/vllm.py,sha256=lDzM7F5pgxvh8nKL0dcKB4TD0Mc9wXOWeXOs
|
|
72
72
|
openlit/otel/metrics.py,sha256=FYAk4eBAmNtFKUIp4hbRbpdq4LME6MapyCQOIeuhmEg,4337
|
73
73
|
openlit/otel/tracing.py,sha256=2kSj7n7uXSkRegcGFDC8IbnDOxqWTA8dGODs__Yn_yA,3719
|
74
74
|
openlit/semcov/__init__.py,sha256=xPsw1aPonDSGYVuga-ZdoGt4yyA16wNFi5AEc7_xIrQ,8114
|
75
|
-
openlit-1.29.
|
76
|
-
openlit-1.29.
|
77
|
-
openlit-1.29.
|
78
|
-
openlit-1.29.
|
75
|
+
openlit-1.29.3.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
76
|
+
openlit-1.29.3.dist-info/METADATA,sha256=8hnNHThHGH7_rB94K8E1X9q4KAV-PrtolJy24rbCzGU,20806
|
77
|
+
openlit-1.29.3.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
78
|
+
openlit-1.29.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|