Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ pinned: false
|
|
| 8 |
license: apache-2.0
|
| 9 |
---
|
| 10 |
|
| 11 |
-
Endpoints
|
| 12 |
- `GET /healthz`
|
| 13 |
-
- `POST /run_predict`
|
| 14 |
-
- `POST /run_predict_with_url` {
|
|
|
|
| 8 |
license: apache-2.0
|
| 9 |
---
|
| 10 |
|
| 11 |
+
**Endpoints**
|
| 12 |
- `GET /healthz`
|
| 13 |
+
- `POST /run_predict` → {"prompt": "...", "system": ""}
|
| 14 |
+
- `POST /run_predict_with_url` → {"prompt": "...", "url": "https://...", "system": ""}
|