add openai prompt cache key

This commit is contained in:
Dax Raad
2025-08-12 17:37:15 -04:00
parent d1876e3031
commit 5785ded6e2
3 changed files with 14 additions and 27 deletions

View File

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