You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
# AI Inference Request via GitHub Action
7
7
8
8
> [!TIP]
9
-
> [AI inference request](https://docs.github.com/en/rest/models/inference#run-an-ai-inference-request"GitHub API documentation.")[GitHub Models](https://github.com/marketplace?type=models"GitHub Models catalog.") via this [GitHub Action](https://github.com/marketplace/actions/ai-inference-request-via-github-action"GitHub Actions marketplace.").
9
+
> [AI inference request](https://docs.github.com/en/rest/models/inference?apiVersion=2022-11-28#run-an-inference-request"GitHub API documentation.") GitHub Models via this [GitHub Action](https://github.com/marketplace/actions/ai-inference-request-via-github-action"GitHub Actions marketplace.").
10
10
11
11
</br>
12
12
@@ -55,7 +55,7 @@ jobs:
55
55
56
56
## Inputs
57
57
58
-
Either `payload` or `payload-file` is required.
58
+
Either `payload` or `payload-file` is required with at least `model` and `messages` parameters, per [documentation](https://docs.github.com/en/rest/models/inference?apiVersion=2022-11-28#run-an-inference-request "GitHub API documentation.").
0 commit comments