Docs: provider and model run options (#4013)

This commit is contained in:
Emma Youndtsmith
2025-08-11 16:15:51 -05:00
committed by GitHub
parent 566b9dc577
commit 9d2b6dec89
3 changed files with 19 additions and 1 deletions
@@ -144,7 +144,14 @@ To configure your chosen provider or see available options, run `goose configure
◓ Checking your configuration...
└ Configuration saved successfully
```
```
Set the model for an individual session using the [`run` command](/docs/guides/goose-cli-commands.md#run-options):
```bash
goose run --model goose-claude-4-sonnet -t "initial prompt"
```
</TabItem>
</Tabs>