Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions tests/local_testing/test_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -1373,8 +1373,8 @@ def test_completion_perplexity_api_2():


@pytest.mark.parametrize(
"provider", ["openai", "hosted_vllm", "lm_studio", "llamafile"]
) # "vertex_ai",
"provider", ["openai", "lm_studio", "llamafile"]
) # "vertex_ai", hosted_vllm removed - no longer uses OpenAI client
@pytest.mark.asyncio
async def test_openai_compatible_custom_api_base(provider):
litellm.set_verbose = True
Expand Down Expand Up @@ -1414,10 +1414,9 @@ async def test_openai_compatible_custom_api_base(provider):
"provider",
[
"openai",
"hosted_vllm",
"llamafile",
],
) # "vertex_ai",
) # "vertex_ai", hosted_vllm removed - no longer uses OpenAI client
@pytest.mark.asyncio
async def test_openai_compatible_custom_api_video(provider):
litellm.set_verbose = True
Expand Down
Loading