mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix(proxy_server.py): fixing import issues
This commit is contained in:
parent
21ae940992
commit
1b87e5a337
4 changed files with 0 additions and 3 deletions
|
@ -176,7 +176,6 @@ def run_server(host, port, api_base, api_version, model, alias, add_key, headers
|
|||
|
||||
if port == 8000 and is_port_in_use(port):
|
||||
port = random.randint(1024, 49152)
|
||||
print(os.listdir(os.getcwd()))
|
||||
uvicorn.run("litellm.proxy.proxy_server:app", host=host, port=port, workers=num_workers)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue