榜单与资源
开源项目,能证明调用了Jev,TypeSafe AI的System One模型,每个条目链接到证明代码行,每日更新。
Open-source projects that provably call Jev, TypeSafe AI's System One model. Every entry links to the line of code that proves it. Refreshed daily.
const ENDPOINT = process.env.TYPESAFE_BASE_URL ?? 'https://api.typesafe.ai/v1/systemone';链接指向我们抓取当天的那个 commit,行号是准的。
下面是从这个项目源码里原样取出来的 question 组合。
is_project是/否Is this a real software project that uses Jev, rather than a fork, a stub, or a page about Jev?
substance打分How substantial is this project?
0 — Placeholder or a few lines of throwaway code1 — A working single-purpose demo2 — A maintained library or application with documentationimport { experimental_evaluate as evaluate } from 'ai';
const { answers } = await evaluate({
model: 'typesafe-ai/jev',
state,
questions: {
is_project: { type: 'boolean', instructions: 'Is this a real software project that uses Jev, rather than a fork, a stub, or a page about Jev?' },
substance: { type: 'score', instructions: 'How substantial is this project?',
criteria: ['Placeholder or a few lines of throwaway code', 'A working single-purpose demo', 'A maintained library or application with documentation'] },
},
});