Search & retrieval

jev-upwork-job-classification

@ekkyarmandi1Pythonupdated 2026-09-19runnable

Upwork job classification example

ekkyarmandi/jev-upwork-job-classification

Where it calls Jev

from typesafe_sdk import (

main.py:35

The link points at the commit we read, so the line number still holds.

What it asks Jev

These question sets are lifted from this project's source exactly as written.

from main.py:337

  1. states_application_instructiontrue/false

    question

Run it on your own text

The code
import { experimental_evaluate as evaluate } from 'ai';

const { answers } = await evaluate({
  model: 'typesafe-ai/jev',
  state,
  questions: {
    states_application_instruction: { type: 'boolean', instructions: 'question' },
  },
});

Other projects in this category