Merge branch 'main' into content-extension

This commit is contained in:
Francisco Arceo 2025-08-11 13:45:25 -06:00 committed by GitHub
commit 2fbddb4beb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 669 additions and 92 deletions

View file

@ -34,6 +34,7 @@ def skip_if_model_doesnt_support_openai_completion(client_with_models, model_id)
"remote::runpod",
"remote::sambanova",
"remote::tgi",
"remote::vertexai",
):
pytest.skip(f"Model {model_id} hosted by {provider.provider_type} doesn't support OpenAI completions.")

View file

@ -29,6 +29,7 @@ def skip_if_model_doesnt_support_completion(client_with_models, model_id):
"remote::openai",
"remote::anthropic",
"remote::gemini",
"remote::vertexai",
"remote::groq",
"remote::sambanova",
)