title fix, more randomized

This commit is contained in:
Theo Browne
2026-02-20 05:26:20 -08:00
parent 77f68d440c
commit 0f653c79bb
8 changed files with 884 additions and 29 deletions

View File

@@ -272,7 +272,7 @@ log("INFO", "startup", `Game starting: ${runs} rounds`, {
});
console.log(
`\n\x1b[1m\x1b[45m\x1b[30m QUIPSLOP \x1b[0m \x1b[2mAI vs AI comedy showdown — ${runs} rounds\x1b[0m`,
`\n\x1b[1m\x1b[45m\x1b[30m QWIPSLOP \x1b[0m \x1b[2m${runs} rounds\x1b[0m`,
);
console.log(
`\x1b[2mModels: ${MODELS.map((m) => m.name).join(", ")}\x1b[0m\n`,