commit 67c7af14a7ec93a93ace79fd6c9d46fd7c4509d2
parent 9195c68710f4255c7b7d0f7d484e45551786d53f
Author: FIGBERT <figbert@figbert.com>
Date: Mon, 25 Nov 2024 22:22:54 -0800
Add another tagline
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/templates/index.html b/templates/index.html
@@ -54,6 +54,7 @@
"high technology artisan",
"I need 5 million egg tarts for my clients in the Dominican Republic",
"somebody has to and no one else will",
+ "All LLMs are bastards",
];
const quote = document.createElement("p");
quote.innerHTML = quotes[Math.floor(Math.random() * quotes.length)];