openlit 1.22.4__tar.gz → 1.22.5__tar.gz
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-1.22.4 → openlit-1.22.5}/PKG-INFO +1 -1
- {openlit-1.22.4 → openlit-1.22.5}/pyproject.toml +1 -1
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/langchain/langchain.py +10 -9
- {openlit-1.22.4 → openlit-1.22.5}/LICENSE +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/README.md +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/__helpers.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/anthropic/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/anthropic/anthropic.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/anthropic/async_anthropic.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/azure_ai_inference/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/azure_ai_inference/async_azure_ai_inference.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/azure_ai_inference/azure_ai_inference.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/bedrock/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/bedrock/bedrock.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/chroma/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/chroma/chroma.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/cohere/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/cohere/cohere.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/elevenlabs/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/elevenlabs/async_elevenlabs.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/elevenlabs/elevenlabs.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/embedchain/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/embedchain/embedchain.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/google_ai_studio/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/google_ai_studio/async_google_ai_studio.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/google_ai_studio/google_ai_studio.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/gpt4all/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/gpt4all/gpt4all.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/gpu/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/groq/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/groq/async_groq.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/groq/groq.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/haystack/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/haystack/haystack.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/langchain/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/llamaindex/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/llamaindex/llamaindex.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/milvus/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/milvus/milvus.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/mistral/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/mistral/async_mistral.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/mistral/mistral.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/ollama/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/ollama/async_ollama.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/ollama/ollama.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/openai/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/openai/async_azure_openai.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/openai/async_openai.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/openai/azure_openai.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/openai/openai.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/pinecone/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/pinecone/pinecone.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/qdrant/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/qdrant/qdrant.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/transformers/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/transformers/transformers.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/vertexai/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/vertexai/async_vertexai.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/vertexai/vertexai.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/vllm/__init__.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/vllm/vllm.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/otel/metrics.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/otel/tracing.py +0 -0
- {openlit-1.22.4 → openlit-1.22.5}/src/openlit/semcov/__init__.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: openlit
|
3
|
-
Version: 1.22.
|
3
|
+
Version: 1.22.5
|
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,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "openlit"
|
3
|
-
version = "1.22.
|
3
|
+
version = "1.22.5"
|
4
4
|
description = "OpenTelemetry-native Auto instrumentation library for monitoring LLM Applications and GPUs, facilitating the integration of observability into your GenAI-driven projects"
|
5
5
|
authors = ["OpenLIT"]
|
6
6
|
repository = "https://github.com/openlit/openlit/tree/main/openlit/python"
|
@@ -484,9 +484,12 @@ def chat(gen_ai_endpoint, version, environment, application_name,
|
|
484
484
|
input_tokens = response.response_metadata.get("prompt_eval_count", 0)
|
485
485
|
output_tokens = response.response_metadata.get("eval_count", 0)
|
486
486
|
|
487
|
+
prompt = "" if isinstance(args[0], list) else args[0]
|
488
|
+
model = getattr(instance, 'model_name', getattr(instance, 'model', 'gpt-4'))
|
489
|
+
|
487
490
|
# Calculate cost of the operation
|
488
491
|
cost = get_chat_model_cost(
|
489
|
-
|
492
|
+
model,
|
490
493
|
pricing_info, input_tokens, output_tokens
|
491
494
|
)
|
492
495
|
|
@@ -502,15 +505,13 @@ def chat(gen_ai_endpoint, version, environment, application_name,
|
|
502
505
|
span.set_attribute(SemanticConvetion.GEN_AI_APPLICATION_NAME,
|
503
506
|
application_name)
|
504
507
|
span.set_attribute(SemanticConvetion.GEN_AI_REQUEST_MODEL,
|
505
|
-
|
508
|
+
model)
|
506
509
|
span.set_attribute(SemanticConvetion.GEN_AI_REQUEST_TEMPERATURE,
|
507
|
-
str(getattr(instance, 'temperature')))
|
510
|
+
str(getattr(instance, 'temperature', 1)))
|
508
511
|
span.set_attribute(SemanticConvetion.GEN_AI_REQUEST_TOP_K,
|
509
|
-
str(getattr(instance, 'top_k')))
|
512
|
+
str(getattr(instance, 'top_k', 1)))
|
510
513
|
span.set_attribute(SemanticConvetion.GEN_AI_REQUEST_TOP_P,
|
511
|
-
str(getattr(instance, 'top_p')))
|
512
|
-
span.set_attribute(SemanticConvetion.GEN_AI_RESPONSE_FINISH_REASON,
|
513
|
-
[response.response_metadata["done_reason"]])
|
514
|
+
str(getattr(instance, 'top_p', 1)))
|
514
515
|
span.set_attribute(SemanticConvetion.GEN_AI_REQUEST_IS_STREAM,
|
515
516
|
False)
|
516
517
|
span.set_attribute(SemanticConvetion.GEN_AI_USAGE_PROMPT_TOKENS,
|
@@ -525,7 +526,7 @@ def chat(gen_ai_endpoint, version, environment, application_name,
|
|
525
526
|
span.add_event(
|
526
527
|
name=SemanticConvetion.GEN_AI_CONTENT_PROMPT_EVENT,
|
527
528
|
attributes={
|
528
|
-
SemanticConvetion.GEN_AI_CONTENT_PROMPT:
|
529
|
+
SemanticConvetion.GEN_AI_CONTENT_PROMPT: prompt,
|
529
530
|
},
|
530
531
|
)
|
531
532
|
span.add_event(
|
@@ -550,7 +551,7 @@ def chat(gen_ai_endpoint, version, environment, application_name,
|
|
550
551
|
SemanticConvetion.GEN_AI_TYPE:
|
551
552
|
SemanticConvetion.GEN_AI_TYPE_CHAT,
|
552
553
|
SemanticConvetion.GEN_AI_REQUEST_MODEL:
|
553
|
-
|
554
|
+
model
|
554
555
|
}
|
555
556
|
|
556
557
|
metrics["genai_requests"].add(1, attributes)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/azure_ai_inference/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/elevenlabs/async_elevenlabs.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{openlit-1.22.4 → openlit-1.22.5}/src/openlit/instrumentation/google_ai_studio/google_ai_studio.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|