Fix agents tests

This commit is contained in:
Ashwin Bharambe 2024-11-11 22:31:09 -08:00
parent 38257a9cbe
commit abe1cc6303
7 changed files with 51 additions and 24 deletions

View file

@ -19,7 +19,7 @@ DEFAULT_PROVIDER_COMBINATIONS = [
{
"inference": "meta_reference",
"safety": "llama_guard",
"memory": "meta_reference",
"memory": "faiss",
"agents": "meta_reference",
},
id="meta_reference",
@ -29,7 +29,7 @@ DEFAULT_PROVIDER_COMBINATIONS = [
{
"inference": "ollama",
"safety": "llama_guard",
"memory": "meta_reference",
"memory": "faiss",
"agents": "meta_reference",
},
id="ollama",
@ -40,7 +40,7 @@ DEFAULT_PROVIDER_COMBINATIONS = [
"inference": "together",
"safety": "llama_guard",
# make this work with Weaviate which is what the together distro supports
"memory": "meta_reference",
"memory": "faiss",
"agents": "meta_reference",
},
id="together",