fixed a help menu bug, updated colab (+1 squashed commits)

Squashed commits:

[618478e00] fixed a help menu bug, updated colab
This commit is contained in:
Concedo 2026-03-22 00:47:12 +08:00
parent 89e2397014
commit 79e39e1989
2 changed files with 30 additions and 4 deletions

View file

@ -7875,7 +7875,8 @@ def show_gui():
templatedchoice_var.set(noobmodels[0])
def load_easy_template():
nonlocal templatechoicebox, templatecatbox, newbdesc1, newbdesc2
repo = (POPULAR_TEMPLATE_REPO if templatedchoice_var.get()==POPULAR_TEMPLATE_LBL else NEWB_TEMPLATE_REPO)
cat = templatecatbox.get()
repo = (POPULAR_TEMPLATE_REPO if cat==POPULAR_TEMPLATE_LBL else NEWB_TEMPLATE_REPO)
fname = f"https://huggingface.co/koboldcpp/{repo}/resolve/main/{templatedchoice_var.get()}.kcppt"
data = make_url_request(fname,data=None,method="GET")
if data is not None: