diff --git a/src/components/Setup/SetupConfig.tsx b/src/components/Setup/SetupConfig.tsx index 334974f..18b07e9 100644 --- a/src/components/Setup/SetupConfig.tsx +++ b/src/components/Setup/SetupConfig.tsx @@ -63,7 +63,8 @@ const SetupConfig = ({ } }; - const hasProviders = providers.length > 0; + const hasProviders = + providers.filter((p) => p.chatModels.length > 0).length > 0; return (