petter2025 commited on
Commit
e97151a
·
verified ·
1 Parent(s): b9214f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -43,7 +43,7 @@ You can use this model directly via the ARF API, or integrate the underlying Pyt
43
  import requests
44
 
45
  response = requests.post(
46
- "https://a-r-f-agentic-reliability-framework-api.hf.space/api/v1/incidents/evaluate",
47
  json={
48
  "service_name": "payment-gateway",
49
  "event_type": "latency_spike",
@@ -89,7 +89,7 @@ InputTypeDescriptionservice\_namestringName of the service being evaluatedevent\
89
  📄 License
90
  ----------
91
 
92
- Apache 2.0 See [LICENSE](https://github.com/arf-foundation/agentic-reliability-framework/blob/main/LICENSE) for details.
93
 
94
  🤝 Contributing
95
  ---------------
 
43
  import requests
44
 
45
  response = requests.post(
46
+ "https://a-r-f-arf-sandbox-api.hf.space/v1/evaluate",
47
  json={
48
  "service_name": "payment-gateway",
49
  "event_type": "latency_spike",
 
89
  📄 License
90
  ----------
91
 
92
+ ## License The model card content is Apache 2.0. The core ARF engine is proprietary. See the [public specification](https://github.com/arf-foundation/arf-spec) for open-source components.
93
 
94
  🤝 Contributing
95
  ---------------