From 9d85cfcd5d1c98783cd98d6a00a53dff376cb695 Mon Sep 17 00:00:00 2001 From: Zexi Li Date: Thu, 4 Jun 2026 18:51:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(llm):=20=E6=9B=B4=E6=96=B0=20model=20catalo?= =?UTF-8?q?g=20=E9=BB=98=E8=AE=A4=20URL=20=E4=B8=8E=20webtop=20=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E5=90=8C=E6=AD=A5=20(#24974)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 ModelCatalogURL 默认路径改为 model-catalog.yaml; sync_llm_images 改为同步 fedora-xfce webtop 并注释其它候选镜像。 --- pkg/llm/options/option.go | 2 +- scripts/sync_llm_images.sh | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/pkg/llm/options/option.go b/pkg/llm/options/option.go index a4cb92cb40..2cd164e58b 100644 --- a/pkg/llm/options/option.go +++ b/pkg/llm/options/option.go @@ -39,7 +39,7 @@ type LLMOptions struct { // LLM model catalog (browsable curated entries). Value can be either an // http(s) URL or a local file path; sources without an http:// or https:// // prefix are treated as local files. - ModelCatalogURL string `help:"URL of the LLM model catalog YAML; values without http(s):// prefix are treated as local file paths" default:"https://www.cloudpods.org/llm-catalog.yaml"` + ModelCatalogURL string `help:"URL of the LLM model catalog YAML; values without http(s):// prefix are treated as local file paths" default:"https://www.cloudpods.org/model-catalog.yaml"` LLMCatalogRefreshIntervalMinutes int `help:"Catalog refresh interval in minutes; 0 disables periodic refresh" default:"60"` // Server-side proxy for outbound HuggingFace / ModelScope calls (used by diff --git a/scripts/sync_llm_images.sh b/scripts/sync_llm_images.sh index 032a055d99..b80969f2b9 100644 --- a/scripts/sync_llm_images.sh +++ b/scripts/sync_llm_images.sh @@ -35,8 +35,18 @@ IMAGES=( # "coollabsio/openclaw:latest" # "coollabsio/openclaw-browser:latest" # ghcr.io/coollabsio/openclaw-base:latest - # lscr.io/linuxserver/webtop:ubuntu-xfce - registry.cn-beijing.aliyuncs.com/zexi/openclaw:v2026.3.12-20260326.2 + # registry.cn-beijing.aliyuncs.com/zexi/openclaw:v2026.3.12-20260326.2 + # lscr.io/linuxserver/bambustudio:02.07.00 + # lscr.io/linuxserver/weixin:180e26d4-ls27 + # lscr.io/linuxserver/wps-office:11.1.0.11723-2-ls171 + # lscr.io/linuxserver/vscode:1.122.1-ls9 + # lscr.io/linuxserver/chrome:149.0.7827.53-1-ls97 + # lscr.io/linuxserver/rustdesk:1.4.7-ls111 + # lscr.io/linuxserver/steam:b6afafe3-ls25 + # lscr.io/linuxserver/webtop:ubuntu-xfce-version-be8fdec1 + # lscr.io/linuxserver/webtop:ubuntu-kde-version-386ae438 + # lscr.io/linuxserver/webtop:fedora-kde-version-06d34634 + lscr.io/linuxserver/webtop:fedora-xfce-version-a3d1e044 ) for image in "${IMAGES[@]}"; do