mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
Fix wrong import and use space_id instead of space_key for Arize integration
This commit is contained in:
parent
f8ac675321
commit
0dfc21e80a
11 changed files with 221 additions and 186 deletions
|
@ -12,7 +12,7 @@ else:
|
|||
|
||||
|
||||
def set_attributes(span: Span, kwargs, response_obj):
|
||||
from openinference.semconv.trace import (
|
||||
from litellm.integrations._types.open_inference import (
|
||||
MessageAttributes,
|
||||
OpenInferenceSpanKindValues,
|
||||
SpanAttributes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue