MCPcopy Create free account
hub / github.com/OpenPipe/OpenPipe / useFineTune

Function useFineTune

app/src/utils/hooks.ts:403–411  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

401};
402
403export const useFineTune = () => {
404 const router = useRouter();
405 const fineTune = api.fineTunes.get.useQuery(
406 { id: router.query.id as string },
407 { enabled: !!router.query.id },
408 );
409
410 return fineTune;
411};
412
413export const useDatasetEval = (refetchInterval?: number) => {
414 const router = useRouter();

Callers 9

FineTuneDangerZoneFunction · 0.90
ExportWeightsFunction · 0.90
DeleteFineTuneButtonFunction · 0.90
FineTunePruningRulesFunction · 0.90
GeneralFunction · 0.90
InferenceCodeTabsFunction · 0.90
TrainingDataFunction · 0.90
FineTuneFunction · 0.90
useTrainingEntriesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected