From 852ac530bf7fd4b8e1763af48014751c3b25ce52 Mon Sep 17 00:00:00 2001 From: Kalo Chin Date: Thu, 26 Jun 2025 00:10:40 +0900 Subject: [PATCH] Update index.tsx --- web/app/components/app/configuration/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/app/components/app/configuration/index.tsx b/web/app/components/app/configuration/index.tsx index db71c0f761..947467bf83 100644 --- a/web/app/components/app/configuration/index.tsx +++ b/web/app/components/app/configuration/index.tsx @@ -456,7 +456,6 @@ const Configuration: FC = () => { enabled: supportVision, }, true) - // merge and keep only valid completion params for the new model try { const { params: filtered, removedDetails } = await fetchAndMergeValidCompletionParams( provider, @@ -468,7 +467,6 @@ const Configuration: FC = () => { setCompletionParams(filtered) } catch (e) { - // if fetch fails just clear invalid params Toast.notify({ type: 'error', message: t('common.error') }) setCompletionParams({}) }