diff --git a/frontend/src/app/new-onboarding/components/onboarding-content.tsx b/frontend/src/app/new-onboarding/components/onboarding-content.tsx index addcfdc2..728ebb1f 100644 --- a/frontend/src/app/new-onboarding/components/onboarding-content.tsx +++ b/frontend/src/app/new-onboarding/components/onboarding-content.tsx @@ -83,6 +83,7 @@ export function OnboardingContent({ text="Let's get started by setting up your model provider." isLoadingModels={isLoadingModels} loadingStatus={loadingStatus} + reserveSpaceForThinking={true} > - ) : ( + ) : reserveSpaceForThinking ? (

+ ) : ( +

+ {displayedText} + {!showChildren && !isCompleted && ( + + )} +

)} {children && (