From e1f6a3aa13f2aedd79957620f1d3aab0d5346bed Mon Sep 17 00:00:00 2001 From: BrandonStudio <55647556+BrandonStudio@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:34:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20Disable=20model=20fetch?= =?UTF-8?q?=20for=20GitHub=20(#4638)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/modelProviders/github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/modelProviders/github.ts b/src/config/modelProviders/github.ts index 68029f47cd12..0394b2b64d88 100644 --- a/src/config/modelProviders/github.ts +++ b/src/config/modelProviders/github.ts @@ -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', };