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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 1 deletions

View file

@ -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>