gpt-5 lower verbosity

This commit is contained in:
Dax Raad
2025-08-08 20:42:22 -04:00
parent 85eaa5b58b
commit 53630ebdce
6 changed files with 68 additions and 315 deletions

View File

@@ -27,7 +27,7 @@ await Promise.all([
fs.mkdir(Global.Path.log, { recursive: true }),
])
const CACHE_VERSION = "4"
const CACHE_VERSION = "5"
const version = await Bun.file(path.join(Global.Path.cache, "version"))
.text()