mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
(fix) proxy cli default local debug to False
This commit is contained in:
parent
93e7cfd6fc
commit
0e8a034360
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ def run_server(host, port, api_base, api_version, model, alias, add_key, headers
|
|||
args = locals()
|
||||
if local:
|
||||
from proxy_server import app, save_worker_config, usage_telemetry, add_keys_to_config
|
||||
debug = True
|
||||
else:
|
||||
try:
|
||||
from .proxy_server import app, save_worker_config, usage_telemetry, add_keys_to_config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue