From e58744c63ac7eaf6a58b75c7f09d955b6920b348 Mon Sep 17 00:00:00 2001 From: mattnotmax Date: Sat, 18 Mar 2023 21:35:03 +1100 Subject: [PATCH] Update index.html Added new loading message --- src/web/html/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/html/index.html b/src/web/html/index.html index d222fee1..8208c31d 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -62,6 +62,7 @@ "Training branch predictor...", "Timing cache hits...", "Speculatively executing recipes..." + "Adding LLM hallucinations..." ]; // Shuffle array using Durstenfeld algorithm