Applications
Jev-powered Chrome extension that categorizes X posts and classifies replies in context.
const TYPESAFE_ENDPOINT = "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.
from src/service-worker.js:122
criteriatrue/falseAsks for answers, help or advice.
import { experimental_evaluate as evaluate } from 'ai';
const { answers } = await evaluate({
model: 'typesafe-ai/jev',
state,
questions: {
criteria: { type: 'boolean', instructions: 'Asks for answers, help or advice.' },
},
});