Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion crates/goose/src/providers/githubcopilot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ impl Provider for GithubCopilotProvider {
ProviderMetadata::new(
"github_copilot",
"GitHub Copilot",
"GitHub Copilot and associated models",
"GitHub Copilot. Run `goose configure` and select copilot to set up.",
GITHUB_COPILOT_DEFAULT_MODEL,
GITHUB_COPILOT_KNOWN_MODELS.to_vec(),
GITHUB_COPILOT_DOC_URL,
Expand Down
276 changes: 0 additions & 276 deletions ui/desktop/src/components/settings/providers/ProviderRegistry.tsx

This file was deleted.