Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions documentation/docs/getting-started/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,19 @@ To configure your chosen provider or see available options, run `goose configure
**To update your LLM provider and API key:**
1. Click `...` in the upper right corner
2. Click `Settings`
3. Next to `Models`, click the `browse` link
4. Click the `configure` link in the upper right corner
3. Next to `Models`, click `Browse`
4. Click `Configure` in the upper right corner
4. Press the `+` button next to the provider of your choice
5. Add additional configurations (API key, host, etc) then press `submit`

**To add/change provider model**
**To change provider model**
1. Click `...` in the upper right corner
2. Click `Settings`
3. Next to `Models`, click the `browse` link
3. Next to `Models`, click `Browse`
4. Scroll down to `Add Model`
5. Select a Provider from drop down menu
6. Enter Model name and press `+ Add Model`
6. Enter Model name
7. Press `+ Add Model`

You can explore more models by selecting a `provider` name under `Browse by Provider`. A link will appear, directing you to the provider's website. Once you've found the model you want, return to step 6 and paste the model name.
</TabItem>
Expand Down