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