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
9 changes: 8 additions & 1 deletion documentation/docs/getting-started/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,14 @@ Your changes are available in your next goose session.

<Tabs groupId="interface">
<TabItem value="ui" label="goose Desktop" default>
Currently you cannot remove custom providers using goose Desktop.
1. Click the <PanelLeft className="inline" size={16} /> button in the top-left to open the sidebar
2. Click the `Settings` button on the sidebar
3. Click the `Models` tab
4. Click `Configure providers`
5. Click on your custom provider in the list
6. Click `Delete Provider`
7. Confirm that you want to permanently remove the custom provider and its stored API key (if applicable) by clicking `Confirm Delete`

</TabItem>
<TabItem value="cli" label="goose CLI">

Expand Down
Loading