update AI page
This commit is contained in:
parent
9f784f5c0a
commit
350644e36d
@ -201,13 +201,13 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
});
|
||||
|
||||
function openGpuStats() {
|
||||
window.open('https://chat.x64.world/smi.html', 'gpuStatsWindow', 'width=800,height=600');
|
||||
window.open('https://chat.x64.world/smi.html', 'gpuStatsWindow', 'width=800,height=600,menubar=no,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes');
|
||||
}
|
||||
|
||||
function openLiveLog() {
|
||||
window.open('https://llama-live-log.x64.world/', 'liveLogWindow', 'width=600,height=600');
|
||||
window.open('https://llama-live-log.x64.world/', 'liveLogWindow', 'width=600,height=600,menubar=no,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes');
|
||||
}
|
||||
|
||||
function openTop() {
|
||||
window.open('https://ai-top.x64.world/', 'liveLogGtopWindow', 'width=800,height=600');
|
||||
}
|
||||
window.open('https://ai-top.x64.world/', 'liveLogGtopWindow', 'width=800,height=600,menubar=no,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes');
|
||||
}
|
Loading…
Reference in New Issue
Block a user