From b53389532f10852de4bb8e786ff5482f3119d362 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Wed, 2 Oct 2024 05:44:50 -0400 Subject: [PATCH] update AI page --- public/js/chat.js | 2 +- public/smi.html | 118 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 119 insertions(+), 1 deletion(-) create mode 100644 public/smi.html diff --git a/public/js/chat.js b/public/js/chat.js index 93aa6d0..8232726 100644 --- a/public/js/chat.js +++ b/public/js/chat.js @@ -205,7 +205,7 @@ function openWindow(url, windowName, width, height) { } function openGpuStats() { - openWindow('https://chat.x64.world/smi.html', 'gpuStatsWindow', 800, 600); + openWindow('https://raven-scott.fyi/smi.html', 'gpuStatsWindow', 800, 600); } function openLiveLog() { diff --git a/public/smi.html b/public/smi.html new file mode 100644 index 0000000..7c980d0 --- /dev/null +++ b/public/smi.html @@ -0,0 +1,118 @@ + + + + + + GPU Stats + + + +
+
GPU Statistics
+
+
+ + + + \ No newline at end of file