mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
ui -fix types for allowed logging callbacks
This commit is contained in:
parent
03b2757eb4
commit
8614be7313
1 changed files with 1 additions and 1 deletions
|
|
@ -1364,7 +1364,7 @@ class AllCallbacks(LiteLLMBase):
|
|||
],
|
||||
)
|
||||
|
||||
opentelemetry: CallbackOnUI = CallbackOnUI(
|
||||
otel: CallbackOnUI = CallbackOnUI(
|
||||
litellm_callback_name="otel",
|
||||
ui_callback_name="OpenTelemetry",
|
||||
litellm_callback_params=[
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue