mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix import loc
This commit is contained in:
parent
101c350f98
commit
444acbccf4
5 changed files with 5 additions and 5 deletions
|
@ -262,7 +262,7 @@ async def test_chat_completion_request_with_redaction():
|
|||
|
||||
Ensures that the secret is redacted EVEN on the callback
|
||||
"""
|
||||
from litellm.proxy import proxy_server
|
||||
from litellm_proxy import proxy_server
|
||||
|
||||
setattr(proxy_server, "llm_router", router)
|
||||
_test_logger = testLogger()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue