llama-stack-mirror/llama_stack/apis/safety
Steve Grubb fafc22ee92 Fix up safety client for versioned API
When running:
python -m llama_stack.apis.safety.client localhost 5000

The API server was logging:
INFO:    ::1:57176 - "POST /safety/run_shield HTTP/1.1" 404 Not Found

This patch uses the versioned API, uses the updated safety endpoint,
and updates the model name to what's being served.
2024-12-05 16:36:29 -05:00
..
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
client.py Fix up safety client for versioned API 2024-12-05 16:36:29 -05:00
safety.py Telemetry API redesign (#525) 2024-12-04 11:22:45 -08:00