Skip to content

Commit 33b3ec1

Browse files
authored
chore: fix doc parameter typo
1 parent c0367dc commit 33b3ec1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ Either `payload` or `payload-file` is required with at least `model` and `messag
7171

7272
## Outputs
7373

74-
| Name | Description |
75-
| -------------- | -------------------------------------------------------- |
76-
| `response` | Response content from the inference request. |
77-
| `response-raw` | File path containing the complete, raw response. |
78-
| `payload` | Body parameters of the inference request in JSON format. |
74+
| Name | Description |
75+
| --------------- | -------------------------------------------------------- |
76+
| `response` | Response content from the inference request. |
77+
| `response-file` | File path containing the complete, raw response. |
78+
| `payload` | Body parameters of the inference request in JSON format. |
7979

8080
</br>
8181

0 commit comments

Comments
 (0)