mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
refactor location of proxy
This commit is contained in:
parent
baa5564f95
commit
ce58c53ff1
413 changed files with 2087 additions and 2088 deletions
|
@ -29,7 +29,7 @@ def test_litellm_proxy_server():
|
|||
|
||||
# Import the proxy_server module
|
||||
try:
|
||||
import litellm.proxy.proxy_server
|
||||
import litellm_proxy.proxy_server
|
||||
except ImportError:
|
||||
pytest.fail("Failed to import litellm.proxy_server")
|
||||
|
||||
|
@ -102,7 +102,7 @@ def test_litellm_proxy_server_config_no_general_settings():
|
|||
[
|
||||
"python",
|
||||
"-m",
|
||||
"litellm.proxy.proxy_cli",
|
||||
"litellm_proxy.proxy_cli",
|
||||
"--config",
|
||||
config_fp,
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue