mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
(test) proxy cli test
This commit is contained in:
parent
a23c0a2599
commit
b607e5eb2a
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ import time
|
|||
import openai
|
||||
import pytest
|
||||
from dotenv import load_dotenv
|
||||
import os
|
||||
|
||||
load_dotenv()
|
||||
|
||||
|
@ -12,6 +13,7 @@ load_dotenv()
|
|||
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"
|
||||
print("Running command to start proxy")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue