diff --git a/nemoclaw-blueprint/policies/presets/huggingface.yaml b/nemoclaw-blueprint/policies/presets/huggingface.yaml index 6462e238b..ef9a7b724 100644 --- a/nemoclaw-blueprint/policies/presets/huggingface.yaml +++ b/nemoclaw-blueprint/policies/presets/huggingface.yaml @@ -24,7 +24,7 @@ network_policies: tls: terminate rules: - allow: { method: GET, path: "/**" } - - host: api-inference.huggingface.co + - host: router.huggingface.co port: 443 protocol: rest enforcement: enforce