forked from phoenix/litellm-mirror
bump: version 0.13.1 → 0.13.2.dev1
This commit is contained in:
parent
2e72efddd6
commit
21ae940992
6 changed files with 29 additions and 19 deletions
|
@ -177,7 +177,7 @@ 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:app", host=host, port=port, workers=num_workers)
|
||||
uvicorn.run("litellm.proxy.proxy_server:app", host=host, port=port, workers=num_workers)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue