Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion evals/it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (process.env.PRISMIC_ALLOW_EVALS !== "true") {
const BIN = new URL("../dist/index.mjs", import.meta.url);
const EVAL_TRIALS = Number(process.env.EVAL_TRIALS ?? 3);
const JUDGE_MODEL = "claude-sonnet-5";
const PRISMIC_SKILL_REF = "5028eeae6dae77e6441af610702a1dd62ce6a5d5";
const PRISMIC_SKILL_REF = "29ad0f359160028ad5f84b8a6093ac627e703cbd";

const SKILL = await fetchSkill();

Expand Down
Loading