Skip to content

Commit 7cf0fec

Browse files
authored
Merge branch 'main' into sgoedecke/mcp
2 parents 4fd6464 + 8d1f028 commit 7cf0fec

File tree

3 files changed

+1037
-362
lines changed

3 files changed

+1037
-362
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ the action:
114114
| `prompt-file` | Path to a file containing the prompt. If both `prompt` and `prompt-file` are provided, `prompt-file` takes precedence | `""` |
115115
| `system-prompt` | The system prompt to send to the model | `"You are a helpful assistant"` |
116116
| `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 | `""` |
117-
| `model` | The model to use for inference. Must be available in the [GitHub Models](https://github.com/marketplace?type=models) catalog | `gpt-4o` |
117+
| `model` | The model to use for inference. Must be available in the [GitHub Models](https://github.com/marketplace?type=models) catalog | `openai/gpt-4.1` |
118118
| `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` |
119119
| `max-tokens` | The max number of tokens to generate | 200 |
120120
| `enable-github-mcp` | Enable Model Context Protocol integration with GitHub tools | `false` |

0 commit comments

Comments
 (0)