Add injected Menu Items
This commit is contained in:
@ -198,4 +198,16 @@ async function resetChat(displaySuccessMessage = true) {
|
||||
// Resets the chat on page load without displaying the success message
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
resetChat(false);
|
||||
});
|
||||
});
|
||||
|
||||
function openGpuStats() {
|
||||
window.open('https://chat.x64.world/smi.html', 'gpuStatsWindow', 'width=800,height=600');
|
||||
}
|
||||
|
||||
function openLiveLog() {
|
||||
window.open('https://llama-live-log.x64.world/', 'liveLogWindow', 'width=600,height=600');
|
||||
}
|
||||
|
||||
function openTop() {
|
||||
window.open('https://ai-top.x64.world/', 'liveLogGtopWindow', 'width=800,height=600');
|
||||
}
|
||||
|
Reference in New Issue
Block a user