mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix import path
This commit is contained in:
parent
ce58c53ff1
commit
101c350f98
7 changed files with 7 additions and 15 deletions
|
@ -16,7 +16,7 @@ sys.path.insert(
|
|||
) # Adds the parent directory to the system path
|
||||
import pytest
|
||||
import litellm
|
||||
from litellm_proxy.enterprise.enterprise_hooks.llm_guard import _ENTERPRISE_LLMGuard
|
||||
from enterprise.enterprise_hooks.llm_guard import _ENTERPRISE_LLMGuard
|
||||
from litellm import Router, mock_completion
|
||||
from litellm_proxy.utils import ProxyLogging, hash_token
|
||||
from litellm_proxy._types import UserAPIKeyAuth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue