Update README.md
Browse files
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-
|
| 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
|
| 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 |
---------------
|