Remove the safety adapter for Together; we can just use "meta-reference" (#387)

This commit is contained in:
Ashwin Bharambe 2024-11-06 17:36:57 -08:00 committed by GitHub
parent 8fc2d212a2
commit 064d2a5287
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 4 additions and 179 deletions

View file

@ -76,7 +76,7 @@ llama stack build --list-templates
| | "meta-reference", | |
| | "remote::weaviate" | |
| | ], | |
| | "safety": "remote::together", | |
| | "safety": "meta-reference", | |
| | "agents": "meta-reference", | |
| | "telemetry": "meta-reference" | |
| | } | |