chore(ci): switch back to gpt-4o-mini for higher quota

This commit is contained in:
Ashley Mensah
2026-04-28 17:44:05 +02:00
parent 92f666f652
commit 52cd104f1e

View File

@@ -101,7 +101,7 @@ function buildUserMessage(candidate) {
return truncate(msg, MAX_USER_MESSAGE_CHARS);
}
const MODEL = "gpt-4o";
const MODEL = "gpt-4o-mini";
const MAX_RETRIES = 5;
function sleep(ms) {