Skip to content

Commit 87b2c5d

Browse files
committed
Update model example
1 parent b6bac09 commit 87b2c5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Each example includes a complete workflow file that you can copy to your `.githu
8080
| `pull_number` | The number of the pull request being described | Yes | `${{ github.event.pull_request.number }}` |
8181
| `repo_name` | The full name (owner/repo) of the repository | Yes | `${{ github.repository }}` |
8282
| `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. |
83+
| `model` | Optional model to use for generation | No | e.g. `sonnet4`, from `auggie --list-models` |
8484

8585
## How It Works
8686

0 commit comments

Comments
 (0)