mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Hopefully a fix for InferKit
This commit is contained in:
@ -2486,6 +2486,11 @@ $(document).ready(function(){
|
||||
} else {
|
||||
$("#modelkey").addClass("hidden");
|
||||
}
|
||||
if (msg.url) {
|
||||
$("#modelurl").removeClass("hidden");
|
||||
} else {
|
||||
$("#modelurl").addClass("hidden");
|
||||
}
|
||||
if (msg.gpu) {
|
||||
$("#use_gpu_div").removeClass("hidden");
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user