mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
(test) add --debug to cli tool
This commit is contained in:
parent
51bf637656
commit
25b2bc6da9
1 changed files with 1 additions and 3 deletions
|
@ -14,10 +14,8 @@ def test_basic_proxy_cli_command():
|
|||
|
||||
# Command to run
|
||||
print("current working dir", os.getcwd())
|
||||
contents = os.listdir(os.getcwd())
|
||||
print("Contents in dir", contents)
|
||||
|
||||
command = "python3 litellm/proxy/proxy_cli.py --model gpt-3.5-turbo --port 51670"
|
||||
command = "python3 litellm/proxy/proxy_cli.py --model gpt-3.5-turbo --port 51670 --debug"
|
||||
print("Running command to start proxy")
|
||||
|
||||
# Start the subprocess asynchronously
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue