chore: removed audio and embedding from coming soon

This commit is contained in:
imagineer99 2026-03-10 21:29:18 +00:00
commit 8d6f88577f

View file

@ -38,7 +38,7 @@ const TYPE_TOOLTIPS: Record<ModelType, string> = {
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(