forked from phoenix/litellm-mirror
test(test_completion_cost.py): fix import
This commit is contained in:
parent
af88e55d46
commit
3f9811c6a9
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ from litellm import (
|
||||||
open_ai_chat_completion_models,
|
open_ai_chat_completion_models,
|
||||||
TranscriptionResponse,
|
TranscriptionResponse,
|
||||||
)
|
)
|
||||||
from litellm.utils import CustomLogger
|
from litellm.litellm_core_utils.litellm_logging import CustomLogger
|
||||||
import pytest, asyncio
|
import pytest, asyncio
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue