chore: use ollama/all-minilm:l6-v2 for ollama tests

recordings:
- ./scripts/integration-tests.sh --stack-config server:ci-tests --suite base --setup ollama --inference-mode record
- ./scripts/integration-tests.sh --stack-config server:ci-tests --suite vision --setup ollama-vision --inference-mode record
This commit is contained in:
Matthew Farrellee 2025-09-24 07:30:38 -04:00
parent 2f58d87c22
commit 3943594fe6
20 changed files with 7267 additions and 2 deletions

View file

@ -44,6 +44,7 @@ def skip_if_model_doesnt_support_encoding_format_base64(client, model_id):
"remote::together", # param silently ignored, always returns floats
"remote::databricks", # param silently ignored, always returns floats
"remote::fireworks", # param silently ignored, always returns list of floats
"remote::ollama", # param silently ignored, always returns list of floats
):
pytest.skip(f"Model {model_id} hosted by {provider.provider_type} does not support encoding_format='base64'.")