mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
Add more routes to test_generate_and_call_with_valid_key
This commit is contained in:
parent
c427ea3781
commit
dc52c83b88
1 changed files with 3 additions and 1 deletions
|
@ -150,8 +150,10 @@ async def test_new_user_response(prisma_client):
|
|||
|
||||
@pytest.mark.parametrize(
|
||||
"api_route", [
|
||||
APIRoute(path="/engines/{model}/chat/completions", endpoint=chat_completion),
|
||||
APIRoute(path="/openai/deployments/{model}/chat/completions", endpoint=chat_completion),
|
||||
APIRoute(path="/chat/completions", endpoint=chat_completion),
|
||||
APIRoute(path="/engines/gpt-35-turbo-0125/chat/completions", endpoint=chat_completion),
|
||||
APIRoute(path="/v1/chat/completions", endpoint=chat_completion),
|
||||
],
|
||||
)
|
||||
def test_generate_and_call_with_valid_key(prisma_client, api_route):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue