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
| `token` | Token to use for inference. Typically the GITHUB_TOKEN secret | `github.token` |
76
-
| `prompt` | The prompt to send to the model | N/A |
77
-
| `prompt-file` | Path to a file containing the prompt. If both `prompt` and `prompt-file` are provided, `prompt-file` takes precedence | `""` |
78
-
| `system-prompt` | The system prompt to send to the model | `""` |
79
-
| `model` | The model to use for inference. Must be available in the [GitHub Models](https://github.com/marketplace?type=models) catalog | `gpt-4o` |
80
-
| `endpoint` | The endpoint to use for inference. If you're running this as part of an org, you should probably use the org-specific Models endpoint | `https://models.github.ai/inference` |
81
-
| `max-tokens` | The max number of tokens to generate | 200 |
| `token` | Token to use for inference. Typically the GITHUB_TOKEN secret | `github.token` |
91
+
| `prompt` | The prompt to send to the model | N/A |
92
+
| `prompt-file` | Path to a file containing the prompt. If both `prompt` and `prompt-file` are provided, `prompt-file` takes precedence | `""` |
93
+
| `system-prompt` | The system prompt to send to the model | `"You are a helpful assistant"` |
94
+
| `system-prompt-file` | Path to a file containing the system prompt. If both `system-prompt` and `system-prompt-file` are provided, `system-prompt-file` takes precedence | `""` |
95
+
| `model` | The model to use for inference. Must be available in the [GitHub Models](https://github.com/marketplace?type=models) catalog | `gpt-4o` |
96
+
| `endpoint` | The endpoint to use for inference. If you're running this as part of an org, you should probably use the org-specific Models endpoint | `https://models.github.ai/inference` |
97
+
| `max-tokens` | The max number of tokens to generate | 200 |
0 commit comments