mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
fix for websearch button visibility
This commit is contained in:
@@ -9485,6 +9485,7 @@ Current version indicated by LITEVER below.
|
||||
let has_password = (data.protected?true:false);
|
||||
let has_txt2img = (data.txt2img?true:false);
|
||||
let no_txt_model = (mdlname=="inactive");
|
||||
update_websearch_button_visibility();
|
||||
|
||||
//also check against kcpp's max true context length
|
||||
fetch(apply_proxy_url(desiredkoboldendpoint + koboldcpp_truemaxctxlen_endpoint),
|
||||
|
||||
Reference in New Issue
Block a user