feature(llm): adapt frontend (#23906)

* feature(llm): add llm-list details, add autostart for llm-save-instant-model

* fix(llm): adjust some interfaces

* fix: name-dup problem when create llm

* fix: install instant-model by id rather than modelID

* fix(llm): add llm_id for mcp-agent

* feature(llm): move network from sku to instance

* feature(llm): add LLMType for llm-image

* feature(llm): add gpuMemoryRequired & ollama-registry yaml

* feature(llm): add url-get interface

* feature(llm): support mcp in mcp-agent-chat

* fix(llm): abstract ollama registry
This commit is contained in:
cwz_eikoh
2026-01-19 18:06:05 +08:00
committed by GitHub
parent ebf2fdb151
commit 1fc8219ee4
30 changed files with 972 additions and 414 deletions

View File

@@ -51,7 +51,7 @@ for image in "${IMAGES[@]}"; do
echo " Target: ${DST}"
echo
skopeo copy "${SRC}" "${DST}"
skopeo copy --override-os linux --override-arch amd64 "${SRC}" "${DST}"
echo "Completed: ${short_name}:${tag}"
done