forked from phoenix/litellm-mirror
build(proxy_cli.py): make running gunicorn an optional cli arg
when running proxy locally, running with uvicorn is much better for debugging
This commit is contained in:
parent
f7320834af
commit
8e9197b5b4
5 changed files with 16 additions and 6 deletions
|
@ -156,6 +156,7 @@ jobs:
|
|||
--config /app/config.yaml \
|
||||
--port 4000 \
|
||||
--num_workers 8 \
|
||||
--run_gunicorn \
|
||||
--debug
|
||||
- run:
|
||||
name: Install curl and dockerize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue