Remove key

This commit is contained in:
Ashwin Bharambe 2024-09-25 05:53:37 -07:00
parent 45be9f3b85
commit ed8d10775a

View file

@ -51,11 +51,6 @@ class SafetyClient(Safety):
), ),
headers={ headers={
"Content-Type": "application/json", "Content-Type": "application/json",
"X-LlamaStack-ProviderData": json.dumps(
{
"together_api_key": "1882f9a484fc7c6ce3e4dc90272d5db52346c93838daab3d704803181f396b22"
}
),
}, },
timeout=20, timeout=20,
) )