From c55a5ebfd8e80d8b270a9d09be1b7dd27abc5d15 Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Sun, 28 Jun 2026 20:46:57 -0400 Subject: [PATCH] Self-host GPT-2 model files to fix CORS over Tor/onion origins --- www/js/version.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/js/version.json b/www/js/version.json index fdb1bd3..6163212 100644 --- a/www/js/version.json +++ b/www/js/version.json @@ -1,5 +1,5 @@ { - "VERSION": "v0.7.64", - "VERSION_NUMBER": "0.7.64", - "BUILD_DATE": "2026-06-29T00:45:25.458Z" + "VERSION": "v0.7.65", + "VERSION_NUMBER": "0.7.65", + "BUILD_DATE": "2026-06-29T00:46:57.220Z" }