mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
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,
|
||||
TranscriptionResponse,
|
||||
)
|
||||
from litellm.utils import CustomLogger
|
||||
from litellm.litellm_core_utils.litellm_logging import CustomLogger
|
||||
import pytest, asyncio
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue