mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
Docs: provider and model run options (#4013)
This commit is contained in:
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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue