forked from phoenix/litellm-mirror
fix(litellm_logging.py): fix import
This commit is contained in:
parent
d7bed031bc
commit
c08e3b62dc
1 changed files with 3 additions and 1 deletions
|
@ -16,8 +16,10 @@ import copy
|
||||||
from litellm.integrations.custom_logger import CustomLogger
|
from litellm.integrations.custom_logger import CustomLogger
|
||||||
import json
|
import json
|
||||||
import time
|
import time
|
||||||
from litellm.utils import (
|
from litellm.litellm_core_utils.redact_messages import (
|
||||||
redact_message_input_output_from_logging,
|
redact_message_input_output_from_logging,
|
||||||
|
)
|
||||||
|
from litellm.utils import (
|
||||||
_get_base_model_from_metadata,
|
_get_base_model_from_metadata,
|
||||||
supabaseClient,
|
supabaseClient,
|
||||||
liteDebuggerClient,
|
liteDebuggerClient,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue