应用产品
根据内容探索 YouTube 字幕,提供土耳其语界面、Jev 分析、字幕导出和 Vercel 部署指南。
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';链接指向我们抓取当天的那个 commit,行号是准的。
下面是从这个项目源码里原样取出来的 question 组合。
value选项For 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 newsurprising是/否Does this block say something surprising or counter-intuitive?
funny是/否Is this block funny: a joke, a witty line, a laugh?
controversial是/否Is this block controversial: a provocative, divisive or strongly contested position?
actionable是/否Does this block give practical advice the listener could act on?
novel是/否Does this block contain an original idea or a perspective most people would not have heard before?
emotional是/否Is 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?' },
},
});