We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6bac09 commit 87b2c5dCopy full SHA for 87b2c5d
1 file changed
README.md
@@ -80,7 +80,7 @@ Each example includes a complete workflow file that you can copy to your `.githu
80
| `pull_number` | The number of the pull request being described | Yes | `${{ github.event.pull_request.number }}` |
81
| `repo_name` | The full name (owner/repo) of the repository | Yes | `${{ github.repository }}` |
82
| `custom_guidelines` | Custom guidelines for PR descriptions (optional) | No | See [Custom Guidelines](#custom-guidelines) section |
83
-| `model` | Optional model to use for generation | No | e.g. `gpt-4o`, `claude-3-5-sonnet`, etc. |
+| `model` | Optional model to use for generation | No | e.g. `sonnet4`, from `auggie --list-models` |
84
85
## How It Works
86
0 commit comments