Skip to content

Commit

Permalink
🐛 fix: Disable model fetch for GitHub (lobehub#4638)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonStudio authored Nov 7, 2024
1 parent 31a5157 commit e1f6a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/modelProviders/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const Github: ModelProviderCard = {
description: '通过GitHub模型,开发人员可以成为AI工程师,并使用行业领先的AI模型进行构建。',
enabled: true,
id: 'github',
modelList: { showModelFetcher: true },
// modelList: { showModelFetcher: true },
name: 'GitHub',
url: 'https://github.com/marketplace/models',
};
Expand Down

0 comments on commit e1f6a3a

Please sign in to comment.