We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b9184 commit ad60a7aCopy full SHA for ad60a7a
app/client/src/pages/DataGenerator/Configure.tsx
@@ -38,7 +38,7 @@ export const USECASE_OPTIONS = [
38
export const WORKFLOW_OPTIONS = [
39
{ label: 'Supervised Fine-Tuning', value: 'supervised-fine-tuning' },
40
{ label: 'Custom Data Generation', value: 'custom' },
41
- { label: 'Freefrom Data Generation', value: 'freeform' }
+ { label: 'Freeform Data Generation', value: 'freeform' }
42
];
43
44
export const MODEL_TYPE_OPTIONS: ModelProvidersDropdownOpts = [
0 commit comments