Applications
YouTube transkriptlerini anlamına göre keşfedin. Türkçe arayüz, Jev analizi, altyazı dışa aktarma ve Vercel kurulum rehberi.
const API = 'https://api.typesafe.ai/v1/systemone';The link points at the commit we read, so the line number still holds.
These question sets are lifted from this project's source exactly as written.
valuechoiceFor someone reading this transcript for its substance, how much does this block matter?
essential — a core point, insight, argument or piece of information; skipping it loses something importantuseful — relevant supporting detail, example or contextskippable — filler, repetition, pleasantries, or nothing newsurprisingtrue/falseDoes this block say something surprising or counter-intuitive?
funnytrue/falseIs this block funny: a joke, a witty line, a laugh?
controversialtrue/falseIs this block controversial: a provocative, divisive or strongly contested position?
actionabletrue/falseDoes this block give practical advice the listener could act on?
noveltrue/falseDoes this block contain an original idea or a perspective most people would not have heard before?
emotionaltrue/falseIs this block emotionally charged: personal, moving, heated or vulnerable?
import { experimental_evaluate as evaluate } from 'ai';
const { answers } = await evaluate({
model: 'typesafe-ai/jev',
state,
questions: {
value: { type: 'choice', instructions: 'For someone reading this transcript for its substance, how much does this block matter?',
criteria: { essential: 'a core point, insight, argument or piece of information; skipping it loses something important', useful: 'relevant supporting detail, example or context', skippable: 'filler, repetition, pleasantries, or nothing new' } },
surprising: { type: 'boolean', instructions: 'Does this block say something surprising or counter-intuitive?' },
funny: { type: 'boolean', instructions: 'Is this block funny: a joke, a witty line, a laugh?' },
controversial: { type: 'boolean', instructions: 'Is this block controversial: a provocative, divisive or strongly contested position?' },
actionable: { type: 'boolean', instructions: 'Does this block give practical advice the listener could act on?' },
novel: { type: 'boolean', instructions: 'Does this block contain an original idea or a perspective most people would not have heard before?' },
emotional: { type: 'boolean', instructions: 'Is this block emotionally charged: personal, moving, heated or vulnerable?' },
},
});