This commit is contained in:
jhpiedrahitao 2025-05-06 11:55:53 -05:00
parent d42a9ea53d
commit f592408978

View file

@ -31,6 +31,7 @@ def skip_if_model_doesnt_support_completion(client_with_models, model_id):
"remote::gemini",
"remote::groq",
"remote::sambanova",
)
or "openai-compat" in provider.provider_type
):
pytest.skip(f"Model {model_id} hosted by {provider.provider_type} doesn't support completion")