mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
(fix) proxy cli default local debug to False
This commit is contained in:
parent
24bb6558a7
commit
333268c8b7
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