Safety tests work

This commit is contained in:
Ashwin Bharambe 2024-11-04 12:27:05 -08:00 committed by Ashwin Bharambe
parent 66b658dcce
commit 2ed0267fbb
3 changed files with 100 additions and 88 deletions

View file

@ -38,7 +38,8 @@ DEFAULT_PROVIDER_COMBINATIONS = [
pytest.param(
{
"inference": "together",
"safety": "together",
"safety": "meta_reference",
# make this work with Weaviate which is what the together distro supports
"memory": "meta_reference",
"agents": "meta_reference",
},