From 8d6f88577f50458cfa0fe4a5b8ce63f297bb76d6 Mon Sep 17 00:00:00 2001 From: imagineer99 Date: Tue, 10 Mar 2026 21:29:18 +0000 Subject: [PATCH] chore: removed audio and embedding from coming soon --- .../features/onboarding/components/steps/model-type-step.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/studio/frontend/src/features/onboarding/components/steps/model-type-step.tsx b/studio/frontend/src/features/onboarding/components/steps/model-type-step.tsx index 1247bab98b..100f53febe 100644 --- a/studio/frontend/src/features/onboarding/components/steps/model-type-step.tsx +++ b/studio/frontend/src/features/onboarding/components/steps/model-type-step.tsx @@ -38,7 +38,7 @@ const TYPE_TOOLTIPS: Record = { text: "Fine-tune large language models for text generation", }; -const COMING_SOON: ModelType[] = ["audio", "embeddings"]; +const COMING_SOON: ModelType[] = []; export function ModelTypeStep(): ReactElement { const { modelType, setModelType } = useTrainingConfigStore(